Uploaded image for project: 'Jira Service Management Cloud'
  1. Jira Service Management Cloud
  2. JSDCLOUD-10742

License query param missing for dynamic webhooks

XMLWordPrintable

    • Icon: Suggestion Suggestion
    • Resolution: Unresolved
    • Forge and Connect
    • None
    • 0
    • 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.

      Issue Summary

      It was noticed that for dynamic webhooks it is not possible to add the license verification parameter.

      Steps to Reproduce

      1. In your test environment create a user with project admin permission, create an API key for this user.
      1. create a mini AC app and install in Jira cloud, the app has a route (url) for the dynamic webhook you’re going to create in the next step. The app must enable licensing
      1. Use postman or curl or whatever to register a DYNAMIC webhook for an existing project via the Jira REST API. Authenticate with user:api-key
      1. Create an issue in the Jira project.
      1. Observe the request that’s sent to your app. It does NOT contain the lic parameter.

      Expected Results

      Be able to return license statuses via dynamic webhook

      Actual Results

      It is not possible to return license status via dynamic webhook.

      Workaround

      Add the code to enable the req.query['lic'] for dynamic webhook.

              Unassigned Unassigned
              8a2bf1280f01 Diego Rodrigues (Inactive)
              Votes:
              3 Vote for this issue
              Watchers:
              3 Start watching this issue

                Created:
                Updated: