Transition webhook via post function missing issue link value

XMLWordPrintable

    • 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

      1. Create a webhook from your Settings > System > Webhooks
      2. Create a webhook for issue created and save
      3. Go to your Project settings > workflows and configure a workflow post function to "Trigger a webhook"
      4. 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.

              Assignee:
              Unassigned
              Reporter:
              Prince N (Inactive)
              Votes:
              1 Vote for this issue
              Watchers:
              3 Start watching this issue

                Created:
                Updated:
                Resolved: