Optionalexpand?: stringThe Get issue API expand parameter to use in the response if the returnIssue parameter is true.
Optionalfields?: Record<string, any>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. When multiple sub-fields or other operations are
required, use update. Fields included in here cannot be included in update.
OptionalhistoryMetadata?: {OptionalactivityDescription?: stringThe activity described in the history record.
OptionalactivityDescriptionKey?: stringThe key of the activity described in the history record.
Optionalactor?: {OptionalavatarUrl?: stringThe URL to an avatar for the user or system associated with a history record.
OptionaldisplayName?: stringThe display name of the user or system associated with a history record.
OptionaldisplayNameKey?: stringThe key of the display name of the user or system associated with a history record.
Optionalid?: stringThe ID of the user or system associated with a history record.
Optionaltype?: stringThe type of the user or system associated with a history record.
Optionalurl?: stringThe URL of the user or system associated with a history record.
Optionalcause?: {OptionalavatarUrl?: stringThe URL to an avatar for the user or system associated with a history record.
OptionaldisplayName?: stringThe display name of the user or system associated with a history record.
OptionaldisplayNameKey?: stringThe key of the display name of the user or system associated with a history record.
Optionalid?: stringThe ID of the user or system associated with a history record.
Optionaltype?: stringThe type of the user or system associated with a history record.
Optionalurl?: stringThe URL of the user or system associated with a history record.
Optionaldescription?: stringThe description of the history record.
OptionaldescriptionKey?: stringThe description key of the history record.
OptionalemailDescription?: stringThe description of the email address associated the history record.
OptionalemailDescriptionKey?: stringThe description key of the email address associated the history record.
OptionalextraData?: Record<string, any>Additional arbitrary information about the history record.
Optionalgenerator?: {OptionalavatarUrl?: stringThe URL to an avatar for the user or system associated with a history record.
OptionaldisplayName?: stringThe display name of the user or system associated with a history record.
OptionaldisplayNameKey?: stringThe key of the display name of the user or system associated with a history record.
Optionalid?: stringThe ID of the user or system associated with a history record.
Optionaltype?: stringThe type of the user or system associated with a history record.
Optionalurl?: stringThe URL of the user or system associated with a history record.
Optionaltype?: stringThe type of the history record.
The ID or key of the issue.
OptionalnotifyUsers?: booleanWhether 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.
OptionaloverrideEditableFlag?: booleanWhether screen security is overridden to enable uneditable fields to be edited. Available to Connect and Forge app users with Administer Jira global permission and Forge apps acting on behalf of users with Administer Jira global permission.
OptionaloverrideScreenSecurity?: booleanWhether screen security is overridden to enable hidden fields to be edited. Available to Connect and Forge app users with Administer Jira global permission and Forge apps acting on behalf of users with Administer Jira global permission.
Optionalproperties?: { key?: string; value?: unknown; [key: string]: unknown }[]Details of issue properties to be add or update.
OptionalreturnIssue?: booleanWhether the response should contain the issue with fields edited in this request. The returned issue will have the same format as in the Get issue API.
Optionaltransition?: {Optionalexpand?: stringExpand options that include additional transition details in the response.
Optionalfields?: Record<string, any>Details of the fields associated with the issue transition screen. Use this information to populate fields and
update in a transition request.
OptionalhasScreen?: booleanWhether there is a screen associated with the issue transition.
Optionalid?: stringThe ID of the issue transition. Required when specifying a transition to undertake.
OptionalisAvailable?: booleanWhether the transition is available to be performed.
OptionalisConditional?: booleanWhether the issue has to meet criteria before the issue transition is applied.
OptionalisGlobal?: booleanWhether the issue transition is global, that is, the transition is applied to issues regardless of their status.
OptionalisInitial?: booleanWhether this is the initial issue transition for the workflow.
Optionallooped?: booleanOptionalname?: stringThe name of the issue transition.
Optionalto?: {Optionaldescription?: stringThe description of the status.
OptionaliconUrl?: stringThe URL of the icon used to represent the status.
Optionalid?: stringThe ID of the status.
Optionalname?: stringThe name of the status.
Optionalscope?: {Optionalproject?: {OptionalavatarUrls?: { "16x16"?: ...; "24x24"?: ...; "32x32"?: ...; "48x48"?: ...; [key: ...]: ... }Optional16x16?: ...The URL of the item's 16x16 pixel avatar.
Optional24x24?: ...The URL of the item's 24x24 pixel avatar.
Optional32x32?: ...The URL of the item's 32x32 pixel avatar.
Optional48x48?: ...The URL of the item's 48x48 pixel avatar.
Optionalid?: stringThe ID of the project.
Optionalkey?: stringThe key of the project.
Optionalname?: stringThe name of the project.
OptionalprojectCategory?: { description?: ...; id?: ...; name?: ...; self?: ...; [key: ...]: ... }Optionaldescription?: ...The name of the project category.
Optionalid?: ...The ID of the project category.
Optionalname?: ...The description of the project category.
Optionalself?: ...The URL of the project category.
OptionalprojectTypeKey?: The project type of the project.
Optionalself?: stringThe URL of the project details.
Optionalsimplified?: booleanWhether or not the project is simplified.
Optionaltype?: string & {} | "PROJECT" | "TEMPLATE"The type of scope.
Optionalself?: stringThe URL of the status.
OptionalstatusCategory?: {OptionalcolorName?: stringThe name of the color used to represent the status category.
Optionalid?: numberThe ID of the status category.
Optionalkey?: stringThe key of the status category.
Optionalname?: stringThe name of the status category.
Optionalself?: stringThe URL of the status category.
OptionaluntranslatedName?: stringOptionalupdate?: Record<string, any>A Map containing the field field name and a list of operations to perform on the issue screen field. Note that
fields included in here cannot be included in fields.
Optionaloptions: RequestOptions
Edits an issue. Issue properties may be updated as part of the edit. Please note that issue transition is not supported and is ignored here. To transition an issue, please use Transition issue.
The edits to the issue's fields are defined using
updateandfields. The fields that can be edited are determined using Get edit issue metadata.Note: This endpoint doesn't check screen configurations to determine if a field is editable. For more context, see the Deprecation of override screen security announcement.
The parent field may be set by key or ID. For standard issue types, the parent may be removed by setting
update.parent.set.noneto true. Note that thedescription,environment, and anytextareatype custom fields (multi-line text fields) take Atlassian Document Format content. Single line custom fields (textfield) accept a string and don't handle Atlassian Document Format content.Connect apps having an app user with Administer Jira global permission, and Forge apps acting on behalf of users with Administer Jira global permission, can override the screen security configuration using
overrideScreenSecurityandoverrideEditableFlag.This operation can be accessed anonymously.
Permissions required: