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)

...

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.

...