-
Type:
Suggestion
-
Resolution: Low Engagement
-
Component/s: Integration - Webhooks
-
0
-
3
NOTE: This suggestion is for JIRA Cloud. Using JIRA Server? See the corresponding suggestion.
Summary
When webhooks is triggered by an event (eg. issue updated), there will be a changelog included in the body
"changelog":{ "id":"11007", "items":[ { "field":"status", "fieldtype":"jira", "from":"10100", "fromString":"To Do", "to":"3", "toString":"In Progress" }, { "field":"priority", "fieldtype":"jira", "from":"5", "fromString":"Lowest", "to":"3", "toString":"Medium" } ] }
However, when webhooks is triggered by a post function, it doesn't send any changelog
Suggestion
Include changelog in the body when webhooks are triggered by a post function.
- is related to
-
JRASERVER-63952 Include changelog for webhooks triggered by post function
- Gathering Interest