Get Transitions
action.
If a field is not configured to appear on the edit screen, then it will not be in the editmeta, and a field validation error will occur if it is submitted.
Parameter | Description |
---|---|
Fields | List of issue screen fields to update, specifying the sub-field to update and its value for each field. This field provides a straightforward option when setting a sub-field. Example: { "summary": "Completed orders still displaying in pending", "labels": ["todo", "blitz"], "customfield_10010": 1 } |
Issue ID Or Key | The ID or key of the issue. Can be obtained via the List Issues action. |
Notify Users | Whether a notification email about the issue update is sent to all watchers. To disable the notification, administer Jira or administer project permissions are required. If the user doesn’t have the necessary permission the request is ignored. |