-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Low
-
Component/s: Integration - Webhooks
-
1
-
Minor
Issue Summary
When a webhook is configured to the workflow to trigger on transition, the transition from the webhook doesn't return issuelinks value anymore as the "issuelinks": [] key in the payload is an empty list.
Steps to Reproduce
- Create a webhook from your Settings > System > Webhooks
- Create a webhook for issue created and save
- Go to your Project settings > workflows and configure a workflow post function to "Trigger a webhook"
- Select the webhook you just created and click add
Expected Results
When an issue is created with issue link added on the issue during creation and it triggers this webhook. We should receive in our webhook receiver a payload that should contain the issue link values.
Actual Results
The webhook is received but is missing the issue link values and shows as an empty list "issuelinks": [] in the payload.
Workaround
This is more prominent when using Azure data factory, the transition webhook payload returned doesn't show the issue link value. As an alternative, you can configure your webhook to use issue_updated events and use automation for Jira to update a field when an issue is created e.g. Labels and add a value (any value you can identify with). Therefore, an issue updated event is triggered to the webhook which should contain the issue link.