Optional
cascadingOptional
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
issueOptional
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
multiselectOptional
originalOptional
priorityOptional
richAdd or clear a rich text field:
To add, provide adfValue
. Note that rich text fields only support ADF values.
To clear, use an empty 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
timeOptional
urlAdd or clear a URL field:
url
with the desired URL value.url
to an empty string.
Add or clear a cascading select field:
optionId
for both parent and child.optionId
to null.optionId
to null.