curl --location --request PUT 'http://jira.local:8080/jira/rest//rest/api/3/app/field//value' \
--header 'Content-Type: application/json' \
--data-raw '{
"updates": [
{
"issueIds": [
10010
],
"value": "new value"
}
]
}'
null
customfield_10010
.string
the value must be a string.number
the value must be a number.datetime
the value must be a string that represents a date in the ISO format or the simplified extended ISO format. For example, "2023-01-18T12:00:00-03:00"
or "2023-01-18T12:00:00.000Z"
. However, the milliseconds part is ignored.user
the value must be an object that contains the accountId
field.group
the value must be an object that contains the group name
or groupId
field. Because group names can change, we recommend using groupId
.list
collection type.