Sprint
Set property
Sets the value of the specified sprint's property.
You can use this resource to store a custom data against the sprint identified by the id. The user who stores the data is required to have permissions to modify the sprint.
put/rest/agile/1.0/sprint/{sprintId}/properties/{propertyKey}
Path parameters
sprintIdstring required
the ID of the sprint on which the property will be set.
propertyKeystring required
the key of the sprint's property. The maximum length of the key is 255 bytes.
Request body
{"stackTrail":"paths:/rest/agile/1.0/sprint/{sprintId}/properties/{propertyKey}:put:requestBody:content:application/json:schema","oasType":"schema","type":"unknown"}
Response
Returned if the sprint property is successfully updated.
{"stackTrail":"paths:/rest/agile/1.0/sprint/{sprintId}/properties/{propertyKey}:put:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}