OptionalcascadingAdd or clear a cascading select field:
optionId for both parent and child.optionId to null.optionId to null.OptionalclearableAdd or clear a number field:
value.value to null.OptionalcolorAdd or clear a color field:
name. Available colors are: purple, blue,
green, teal, yellow, orange, grey, dark purple, dark blue, dark green, dark teal, dark yellow, dark orange, dark grey.name to an empty string.OptionaldateAdd or clear a date picker field:
d/mmm/yy format or ISO format dd-mm-yyyy.formattedDate to an empty string.OptionaldateAdd or clear the planned start date and time:
formattedDateTime.formattedDateTime.OptionalissueSet the issue type field by providing an issueTypeId.
OptionallabelsEdit a labels field:
ADD, REPLACE, REMOVE, or REMOVE_ALL for bulk edits.REMOVE_ALL option with an empty labels array.OptionalmultipleAdd or clear a multi-group picker field:
groupNames.groups array.OptionalmultipleAssign or unassign multiple users to/from a field:
accountIds.users to null.OptionalmultipleAdd or clear a multi-select field:
optionIds.options array.OptionalmultipleEdit a multi-version picker field like Fix Versions/Affects Versions:
ADD, REPLACE, REMOVE, or REMOVE_ALL for bulk edits.REMOVE_ALL option with an empty versions
array.OptionalmultiselectEdit a multi select components field:
ADD, REPLACE, REMOVE, or REMOVE_ALL for bulk edits.REMOVE_ALL option with an empty components array.OptionaloriginalEdit the original estimate field.
OptionalprioritySet the priority of an issue by specifying a priorityId.
OptionalrichAdd or clear a rich text field:
adfValue. Note that rich text fields only support ADF
values.richText object.For ADF format details, refer to: Atlassian Document Format.
OptionalsingleAdd or clear a single group picker field:
groupName.groupName to an empty string.OptionalsingleAdd or clear a single line text field:
text value.text to an empty string.OptionalsingleEdit assignment for single select user picker fields like Assignee/Reporter:
accountId.user to null.accountId to -1.OptionalsingleAdd or clear a single select field:
optionId.optionId as -1.OptionalsingleAdd or clear a single version picker field:
versionId.versionId to -1.OptionalstatusOptionaltimeEdit the time tracking field.
OptionalurlAdd or clear a URL field:
url with the desired URL value.url to an empty string.
An object that defines the values to be updated in specified fields of an issue. The structure and content of this parameter vary depending on the type of field being edited. Although the order is not significant, ensure that field IDs align with those in selectedActions.