Sprint
Partially update sprint
Performs a partial update of a sprint. A partial update means that fields not present in the request JSON will not be updated.
Notes:
- For closed sprints, only the name and goal can be updated; changes to other fields will be ignored.
- A sprint can be started by updating the state to 'active'. This requires the sprint to be in the 'future' state and have a startDate and endDate set.
- A sprint can be completed by updating the state to 'closed'. This action requires the sprint to be in the 'active' state. This sets the completeDate to the time of the request.
- Other changes to state are not allowed.
- The completeDate field cannot be updated manually.
post/rest/agile/1.0/sprint/{sprintId}
Path parameters
sprintIdinteger required
The ID of the sprint to update.
Request body
Response
Updated sprint