The use of this routine requires the Power Scripts for Jira add-on be installed and licensed.
...
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.
Parameters
...
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) | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|
|
We've encountered an issue exporting this macro. Please try exporting this page again later.