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.
Optionalproperties?: { key?: string; value?: unknown; [key: string]: unknown }[]Details of issue properties to be add or update.
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
Performs an issue transition and, if the transition has a screen, updates the fields from the transition screen.
SortByCategory To update the fields on the transition screen, specify the fields in the
fieldsorupdateparameters in the request body. Get details about the fields using Get transitions with thetransitions.fieldsexpand.This operation can be accessed anonymously.
Permissions required: