Table plus |
---|
applyColStyleToCell | true |
---|
heading | 0 |
---|
columnTypes | s,s,s,s |
---|
multiple | false |
---|
columnAttributes | style="background:#e5e7ea;font-weight:bold,,style="background:#e5e7ea;font-weight:bold, |
---|
enableSorting | false |
---|
|
Syntax | updateSprintcreateSprint(sprintIdboardId, namesprintName [,goal [goal, [startDate, endDate]]) | Package | | Alias | | Pkg Usage | | |
Description
Excerpt |
---|
|
Updates 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 |
---|
sprintIdboardId | intInteger | Yes | The sprint 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
booleanInteger
Returns true the id of the created sprint, or an invalid value if the sprint is updated.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 |
---|
|