Edit Issue
Edits an issue.
The edits to the issue's fields are defined using update and fields in the request body.
To update/transition an issue's status, use the "Update Issue Status" action.
External Documentation
To learn more, visit the Jira documentation.
Basic Parameters
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. |
Advanced Parameters
Parameter | Description |
---|---|
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. |
Workflow Library Example
Edit Issue with Jira and Send Results Via Email
Preview this Workflow on desktop