Optional
cascadingAdd or clear a cascading select field:
optionId
for both parent and child.optionId
to null.optionId
to null.Optional
clearableAdd or clear a number field:
value
.value
to null
.Optional
colorAdd 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.Optional
dateAdd or clear a date picker field:
d/mmm/yy
format or ISO format dd-mm-yyyy
.formattedDate
to an empty string.Optional
dateAdd or clear the planned start date and time:
formattedDateTime
.formattedDateTime
.Optional
issueSet the issue type field by providing an issueTypeId
.
Optional
labelsEdit a labels field:
ADD
, REPLACE
, REMOVE
, or REMOVE_ALL
for bulk edits.REMOVE_ALL
option with an empty labels
array.Optional
multipleAdd or clear a multi-group picker field:
groupName
s.groups
array.Optional
multipleAssign or unassign multiple users to/from a field:
accountId
s.users
to null
.Optional
multipleAdd or clear a multi-select field:
optionId
s.options
array.Optional
multipleEdit 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.Optional
multiselectEdit a multi select components field:
ADD
, REPLACE
, REMOVE
, or REMOVE_ALL
for bulk edits.REMOVE_ALL
option with an empty components
array.Optional
originalEdit the original estimate field.
Optional
prioritySet the priority of an issue by specifying a priorityId
.
Optional
richAdd 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.
Optional
singleAdd or clear a single group picker field:
groupName
.groupName
to an empty string.Optional
singleAdd or clear a single line text field:
text
value.text
to an empty string.Optional
singleEdit assignment for single select user picker fields like Assignee/Reporter:
accountId
.user
to null
.accountId
to -1
.Optional
singleAdd or clear a single select field:
optionId
.optionId
as -1
.Optional
singleAdd or clear a single version picker field:
versionId
.versionId
to -1
.Optional
timeEdit the time tracking field.
Optional
urlAdd 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.