Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

PLEASE IGNORE -Version Webhooks with wrong "Release" data in JSON

DiklaH November 27, 2018

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

 

1 answer

0 votes
DiklaH November 27, 2018

Please ignore, created by mistake

Suggest an answer

Log in or Sign up to answer