deleteSprint
Availability
This routine is available starting with Power Scripts 4.6.0.
Syntax
deleteSprint(sprintId)
Description
Deletes a sprint.
Parameters
Parameter name | Type | Required | Description |
---|---|---|---|
rapidViewId | number | Yes | The rapid view id. |
Return type
boolean
Returns true if the sprint was deleted.
Example 1
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