...
Description
Excerpt |
---|
|
Completes Used to mark a sprint as completed or closed within a Scrum board. |
Completes Used to mark a sprint , if the state of the sprint is ACTIVEas completed or closed within a Scrum board, typically indicating that the work for that specific time frame has been finished and reviewed.
Parameters
Table plus |
---|
applyColStyleToCell | true |
---|
columnTypes | s,s,s,s |
---|
heading | 0 |
---|
multiple | false |
---|
enableSorting | false |
---|
|
Parameter name | Type | Required | Description |
---|
sprintId | intInteger | Yes | The sprint id | |
Return Type
booleanBoolean
Returns true if the sprint is marked as completed.
Example
Code Block |
---|
|
return closeSprint(12345); |
Returns true if successful, false if otherwise.
See also
Filter by label (Content by label) |
---|
showLabels | false |
---|
max | 25 |
---|
showSpace | false |
---|
cql | label = "agile_routine" and space = currentSpace ( ) |
---|
labels | array_routines |
---|
|