Uploaded image for project: 'Jira Data Center'
  1. Jira Data Center
  2. JRASERVER-71888

Allow webhook event type in the URL variable substitutions

XMLWordPrintable

    • Icon: Suggestion Suggestion
    • Resolution: Unresolved
    • None
    • Webhooks
    • None
    • We collect Jira feedback from various sources, and we evaluate what we've collected when planning our product roadmap. To understand how this piece of feedback will be reviewed, see our Implementation of New Features 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.key}
          ${modifiedUser.name}
          ${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:
              3 Vote for this issue
              Watchers:
              3 Start watching this issue

                Created:
                Updated: