-
Type:
Suggestion
-
Resolution: Unresolved
-
None
-
Component/s: Webhooks
-
1
-
8
NOTE: This suggestion is for JIRA Server. Using JIRA Cloud? 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.
- relates to
-
JRACLOUD-63952 Include changelog for webhooks triggered by post function
- Closed
- mentioned in
-
Page Loading...