The use of this routine requires the Power Scripts for Jira add-on be installed and licensed.
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 | getBoardsFromSprint(sprintId) | Package | | Alias | | Pkg Usage | | |
Description
Excerpt |
---|
|
Returns a list of board names for a sprint. |
Returns a list of board names for a sprint.
...
Table plus |
---|
applyColStyleToCell | true |
---|
columnTypes | s,s,s,s |
---|
heading | 0 |
---|
multiple | false |
---|
enableSorting | false |
---|
|
Parameter name | Type | Required | Description |
---|
Sprint Id | Number | Yes | The id of the sprint to retrieve boards for. | |
Return Type
String []
Example
Code Block |
---|
|
return getBoardsFromSprint(101); |
Result: Returns an array of board names "Test Board 1|Test Board 2|Test Board 3".
See also
Filter by label (Content by label) |
---|
showLabels | false |
---|
max | 25 |
---|
showSpace | false |
---|
cql | label = " |
---|
|
...
agile_routine" and space = currentSpace ( ) | labels | array_routines |
---|
|