/
getAllBoardNames
getAllBoardNames
The use of this function requires the Power Scripts for Jira add-on be installed and licensed.
Description
Get a list of all agile boards visible to the user.
Parameters
Return Type
String []
Returns a string array of board names.
Example
for(string bname in getAllBoardNames("admin")) {
runnerLog("Board name: " + bname);
}
See also
Peacock
, multiple selections available,
Related content
getBoardName
getBoardName
More like this
getAllBoards
getAllBoards
More like this
getBoardsFromSprint
getBoardsFromSprint
More like this
closedSprints
closedSprints
More like this
startedSprints
startedSprints
More like this
filterForBoard
filterForBoard
More like this