/
deleteSprint
deleteSprint
The use of this function requires the Power Scripts for Jira add-on be installed and licensed.
Description
Deletes a sprint.
Parameters
Return Type
Boolean
Returns true if the sprint was deleted.
Example
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
Peacock
Related content
deleteSprint
deleteSprint
More like this
deleteSprint
deleteSprint
More like this
removeIssueFromSprint
removeIssueFromSprint
More like this
deleteSprint
deleteSprint
More like this
deleteIssue
deleteIssue
More like this
removeIssueFromSprint
removeIssueFromSprint
More like this