Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Info
titleAvailability

This routine is available starting with Power Scripts 4.6.0.

Syntax

deleteSprint(sprintId)

Description

Excerpt

Deletes a sprint.

Parameters

Parameter name

Type

Required

Description

rapidViewId

number

Yes

The rapid view id.

...

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)
showLabelsfalse
max12
showSpacefalse
cqllabel = "sprint_routine"