Bulk Set Issues Properties

POST {{baseUrl}}/rest/api/3/issue/properties

Sets the values of entity properties on issues. It can set up to 10 entity properties on up to 10,000 issues.

The value of the request body must be a valid, non-empty JSON. The maximum length of single issue property value is 32768 characters. This operation can be accessed anonymously.

This operation is:

  • transactional, either all properties are updated in all eligible issues or, when errors occur, no properties are updated.
  • asynchronous. Follow the location link in the response to determine the status of the task and use Get task to obtain subsequent updates.

Permissions required:

Request Body

{"entitiesIds"=>["<long>"], "properties"=>"<object>"}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring