问题
Question
Is there anything special with jira epics that would preclude them from firing an issue created event for a webhook? Any tricks to get issue_created events to fire for epic creation?
Background
We sync the cloud jira to an external system. It works pretty well. All issue type except epics are synced on created, but for whatever reasons epics don't seem to fire the create event. Epic is created in JIRA, but never synced. I've confirmed the webhook never receives anything in this case. However, if you edit the epic, that does trigger the issue_updated event and it syncs.
Here's my set up (can't get images to work inline, apologies) https://www.dropbox.com/s/4xucvzz8eb4rxfu/Screenshot%202017-06-21%2022.52.34.png?dl=0
Manual Workaround
The issue doesn't seem to impact the update event. If I make any trivial update the webhook fires, and the epic gets synced.
The Ask
Any tricks to getting the issue_created event to fire for sprints for my webhook? I'm open to weird options, just would prefer not to deal with support all things being equal.
回答1:
The webhooks rely on the Workflow Transition Post Function "events". Check in your workflow to make sure that there is a Fire a Issue Create event that can be processed by the listeners
post function.
来源:https://stackoverflow.com/questions/44690474/cloud-jira-webhook-not-firing-created-event-for-epics