/
getBoardsFromSprint
getBoardsFromSprint
The use of this function 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
Related content
getAllBoards
getAllBoards
More like this
getBoardName
getBoardName
More like this
getAllOpenSprints
getAllOpenSprints
Read with this
getBoardsFromSprint
getBoardsFromSprint
More like this
issueInSprint
issueInSprint
Read with this
getAllBoardNames
getAllBoardNames
More like this