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 | getClosedSprints(boardId) | Package | | Alias | | Pkg Usage | |
|
Description
Excerpt |
---|
|
Retrieves information about sprints that have been completed and closed , offering an overview of past sprint details. |
Retrieves information about sprints that have been completed and closed, offering an overview of past sprint details.
...
Table plus |
---|
applyColStyleToCell | true |
---|
columnTypes | s,s,s,s |
---|
heading | 0 |
---|
multiple | false |
---|
enableSorting | false |
---|
|
Parameter name | Type | Required | Description |
---|
boardId | Integer | Yes | The board id |
|
Return Type
JSprint []
Returns the closed sprints structures.
...
Code Block |
---|
|
JSprint [] sprints = getClosedSprints(12345);
for(JSprint s in sprints) {
runnerLog("Id: " + s.id);
runnerLog("Name: " + s.name);
} |
Note |
---|
1. If there is no board with that name or id, an exception will be raised. 2. The user must have sufficient permissions to view the board. |
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.