-
Suggestion
-
Resolution: Unresolved
-
None
-
0
-
Issue Summary
It was noticed that for dynamic webhooks it is not possible to add the license verification parameter.
Steps to Reproduce
- In your test environment create a user with project admin permission, create an API key for this user.
- 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
- 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
- Create an issue in the Jira project.
- 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.