...
Description
Excerpt |
---|
|
Creates Used to create a new sprint |
...
Used to create a new sprint within a Scrum board. Sprints are time-boxed periods during which a team works on a specific set of work items to achieve project goals.
Parameters
Table plus |
---|
applyColStyleToCell | true |
---|
columnTypes | s,s,s,s |
---|
heading | 0 |
---|
multiple | false |
---|
enableSorting | false |
---|
|
Parameter name | Type | Required | Description |
---|
boardId | intInteger | Yes | The board id | sprintName | stringString | Yes | The sprint name. Must have some value | goal | stringString | No | The sprint goal | startDate | date | No | The sprint start date | endDate | date | No | The sprint end date | |
Return Type
intInteger
Returns the id of the created sprint, or an invalid value if the sprint is not created.
Example
Code Block |
---|
|
return createSprint(12345, "Sprint 17", "Get some work done", currentDate(), currentDate() + "2w"); |
See also
Filter by label (Content by label) |
---|
showLabels | false |
---|
max | 25 |
---|
showSpace | false |
---|
cql | label = "agile_routine" and space = currentSpace ( ) |
---|
labels | array_routines |
---|
|
We've encountered an issue exporting this macro. Please try exporting this page again later.