v4

latestOpenAPI 3.0.1Apache 2.02026-08-016169702.3 MB
Issue properties

Set issue property

Sets the value of an issue's property. Use this resource to store custom data against an issue.

The value of the request body must be a valid, non-empty JSON blob. The maximum length is 32768 characters.

This operation can be accessed anonymously.

Permissions required:

put/rest/api/3/issue/{issueIdOrKey}/properties/{propertyKey}

Path parameters

issueIdOrKeystring required

The ID or key of the issue.

propertyKeystring required

The key of the issue property. The maximum length is 255 characters.

Request body

{"stackTrail":"paths:/rest/api/3/issue/{issueIdOrKey}/properties/{propertyKey}:put:requestBody:content:application/json:schema","oasType":"schema","type":"unknown"}

Response

Returned if the issue property is updated.

{"stackTrail":"paths:/rest/api/3/issue/{issueIdOrKey}/properties/{propertyKey}:put:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}