v1

latestOpenAPI 3.0.1Apache 2.02026-07-1310566642.9 KB
Sprint

Update sprint

Performs a full update of a sprint. A full update means that the result will be exactly the same as the request body. Any fields not present in the request JSON will be set to null.

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.
put/rest/agile/1.0/sprint/{sprintId}

Path parameters

sprintIdinteger required

the ID of the sprint to update.

Request body

completeDatestring
createdDatestring
endDatestring
goalstring
idinteger
namestring
originBoardIdinteger
selfstring uri
startDatestring
statestring

Response

Updated sprint