The use of this routine requires the Power Scripts for Jira add-on be installed and licensed.
...
applyColStyleToCell | true |
---|---|
heading | 0 |
columnTypes | s,s,s,s |
multiple | false |
columnAttributes | style="background:#e5e7ea;font-weight:bold,,style="background:#e5e7ea;font-weight:bold, |
enableSorting | false |
...
Syntax
...
deleteSprint(sprintId)
...
Package
...
Alias
...
Pkg Usage
Description
Excerpt | ||
---|---|---|
| ||
Deletes a sprint. |
Deletes a sprint.
Parameters
...
applyColStyleToCell | true |
---|---|
columnTypes | s,s,s,s |
heading | 0 |
multiple | false |
enableSorting | false |
...
Parameter name
...
Type
...
Required
...
Description
...
rapidViewId
...
Number
...
Yes
...
The rapid view id.
Return Type
Boolean
Returns true if the sprint was deleted.
Example
Code Block |
---|
boolean isDeleted = deletSprint(55);
runnerLog("The sprint was deleted: "+isDeleted); |
Result: The sprint with id 55 will be deleted and all the issues that are not completed will be returned to backlog.
See also
Filter by label (Content by label) | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|
|
We've encountered an issue exporting this macro. Please try exporting this page again later.