...
Description
Excerpt |
---|
|
Deletes Used to remove a specific sprint from a Scrum board. |
Deletes Used to remove a specific sprint from a Scrum board. Deleting a sprint is typically done when a sprint is no longer relevant or needs to be replaced.
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 deleted.
Example
Code Block |
---|
|
return deleteSprint(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 |
---|
|