Issue type properties
Set issue type property
Creates or updates the value of the issue type property. Use this resource to store and update data against an issue type.
The value of the request body must be a valid, non-empty JSON blob. The maximum length is 32768 characters.
Permissions required: Administer Jira global permission.
put/rest/api/2/issuetype/{issueTypeId}/properties/{propertyKey}
Path parameters
issueTypeIdstring required
The ID of the issue type.
propertyKeystring required
The key of the issue type property. The maximum length is 255 characters.
Request body
{"stackTrail":"paths:/rest/api/2/issuetype/{issueTypeId}/properties/{propertyKey}:put:requestBody:content:application/json:schema","oasType":"schema","type":"unknown"}
Response
Returned if the issue type property is updated.
{"stackTrail":"paths:/rest/api/2/issuetype/{issueTypeId}/properties/{propertyKey}:put:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}