OptionalcascadingOptionalclearableAdd 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.OptionalissueOptionallabelsEdit 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.OptionalmultiselectOptionaloriginalOptionalpriorityOptionalrichAdd 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.
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.OptionaltimeOptionalurlAdd or clear a URL field:
url with the desired URL value.url to an empty string.
Add or clear a cascading select field:
optionIdfor both parent and child.optionIdto null.optionIdto null.