When I do release through the Jira UI and I check the JSON response through the browser, the JSON contains a key-value of "released"=true as it should be, but when the webhook is triggered to the ServiceNow, its JSON contains the key-value "released"= false.
When I unrelaese a version in the UI, the JSON in the browser contains key-value of "released"=false as it should be, but when the webhook is triggered to ServiceNow, its JSON has key-value of "released"=true.
This means, that on release the webhook JSON never changes the key-value of "released" to true, so we can never know when a release is really released. Only if a user is unrelease a version, the key-value of "released" changes to true, which is obviously wrong.
Bottom line: the webhook should react same as the response the browser is getting on update through the UI
We need to open a case to Jira, to tell them to fix the webhook key-value "released" to true on release and to false on unreleased
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.