getBoardsFromSprint
The use of this routine requires the Power Scripts for Jira add-on be installed and licensed.
Description
Returns a list of board names for a sprint.
Parameters
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