Project properties
Set project property
Sets the value of the project property. You can use project properties to store custom data against the project.
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: Administer Jira global permission or Administer Projects project permission for the project in which the property is created.
put/rest/api/2/project/{projectIdOrKey}/properties/{propertyKey}
Path parameters
projectIdOrKeystring required
The project ID or project key (case sensitive).
propertyKeystring required
The key of the project property. The maximum length is 255 characters.
Request body
{"stackTrail":"paths:/rest/api/2/project/{projectIdOrKey}/properties/{propertyKey}:put:requestBody:content:application/json:schema","oasType":"schema","type":"unknown"}
Response
Returned if the project property is updated.
{"stackTrail":"paths:/rest/api/2/project/{projectIdOrKey}/properties/{propertyKey}:put:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}