Versions Compared

Key

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

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.

...