Skip to main content

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

ParameterDescription
FieldsList 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 KeyThe ID or key of the issue.

Advanced Parameters

ParameterDescription
Notify UsersWhether 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

Workflow LibraryPreview this Workflow on desktop