JIRA webhook on jira change event, Receives incorrect change-log data after upgrade to v8.13.22

Allahyar Atefi August 9, 2022

JIRA webhook on jira change event, receives incorrect changelog data since upgrade to v8.13.22 or it doesn't report the actual last status change but the previous one:

Original Value (FROM): In Review [ 10105 ]
New Value (TO): Approved [ 10407 ]

but in the webhook API response the 'from' and 'to' are reversed:

"from": "10407",
"fromString": "Approved",
"to": "10105",
"toString": "In Review"

0 answers

Suggest an answer

Log in or Sign up to answer