Info | ||
---|---|---|
| ||
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. |
sprintName | string | Yes | The name of the sprint. |
startDate | date | Yes | The start date of the sprint. |
endDate | date | Yes | The end date of the sprint. |
Return type
number
Returns the id of the created sprint.
...