-
Suggestion
-
Resolution: Unresolved
-
None
-
0
-
6
-
Problem statement
Currently, changing the field Approver from the Release page doesn't trigger any events, making it impossible to configure Automation rules or Notifications that use this event as a trigger.
For example, changing the name of the release results in this webhook payload, while changing the Approver field doesn't result in any events:
{ "timestamp": 1696884561343, "webhookEvent": "jira:version_updated", "version": { "self": "https://fontanapro.atlassian.net/rest/api/2/version/10100", "id": "10100", "description": "", "name": "test5", "archived": false, "released": false, "startDate": "2023-05-23", "releaseDate": "2023-05-23", "overdue": true, "userStartDate": "May/23/23", "userReleaseDate": "May/23/23", "projectId": 10203 } }
Request
We would like to have an event for that field to be able to configure Automation rules and possibly add more events to the notification scheme that could alert the users being added to the Approvers field on the Release page.