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

createSprint(rapidViewId, sprintName)

...

createSprint(rapidViewId, sprintName, startDate, endDate)

Description

Excerpt

Creates a new sprint for the provided rapid view.

Parameters

Parameter name

Type

Required

Description

rapidViewId

number

Yes

The rapid view id.

sprintNamestringYesThe name of the sprint.
startDatedateYesThe start date of the sprint.
endDatedateYesThe end date of the sprint.

Return type

number

Returns the id of the created sprint.

...

Note

By entering the starting date and the ending date the script will be automatically planned and its state will be "active".

See also

Filter by label (Content by label)
showLabelsfalse
max12
showSpacefalse
cqllabel = "sprint_routine"