getBoardsFromSprint
The use of this function requires the Power Scripts for Jira add-on be installed and licensed.
Syntax | getBoardsFromSprint(sprintId) | Package |
|
Alias |
| Pkg Usage |
|
Description
Returns a list of board names for a sprint.
Parameters
Parameter name | Type | Required | Description |
|---|---|---|---|
Sprint Id | Number | Yes | The id of the sprint to retrieve boards for. |
Return Type
String []
Example
return getBoardsFromSprint(101);Result: Returns an array of board names "Test Board 1|Test Board 2|Test Board 3".
See also
Peacock