Syntax
updateSprint(sprintId, sprintName)
...
updateSprint(sprintId, sprintName, state, startDate, endDate, completionDate)
Description
Excerpt |
---|
Updates a given sprint. |
Parameters
Parameter name | Type | Required | Description | ||
---|---|---|---|---|---|
sprintId | number | Yes | The sprint id. | ||
sprintName | string | Yes | The new name of the sprint.
| ||
state | string | Yes | The state of the sprint.
| ||
startDate | date | Yes | The start date of the sprint.
| ||
endDate | date | Yes | The end date of the sprint.
| ||
completionDate | date | The completion date of the sprint. |
...