Cloud Jira Webhook Not Firing Created Event for Epics

孤街浪徒 提交于 2020-01-11 11:31:54

问题


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

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!