Uploaded image for project: 'Jira Platform Cloud'
  1. Jira Platform Cloud
  2. JRACLOUD-75680

Allow webhook event type in the URL variable substitutions

XMLWordPrintable

    • Our product teams collect and evaluate feedback from a number of different sources. To learn more about how we use customer feedback in the planning process, check out our new feature policy.

      Problem Definition

      When creating a webhook, it is possible to use certain variables in the URL. These are currently restricted to:

      {board.id}
      {issue.id}
      {issue.key}
      {mergedVersion.id}
      {modifiedUser.accountId}
      {project.id}
      {project.key}
      {sprint.id}
      {version.id}  
      

       
      Source: Webhooks

      However it would also be useful if there could be a variable that indicated the event type, such as issue created, issue edited, issue deleted, etc. In turn it would be helpful in some cases if this could be accessed with a variable name such as

      ${webhook.event} 
      

      Suggested Solution

      Add

      ${webhook.event} 
      

      as a valid variable.

      Why this is important

      Improves the ability to integrate with other systems and more easily identify/share specific event types with those systems.

              Unassigned Unassigned
              aheinzer Andy Heinzer (Inactive)
              Votes:
              1 Vote for this issue
              Watchers:
              3 Start watching this issue

                Created:
                Updated:
                Resolved: