/
getBoardName
getBoardName
The use of this function requires the Power Scripts for Jira add-on be installed and licensed.
Description
Gets the name of an agile board.
Parameters
Return Type
String []
Returns an array containing the board name and the board owners username.
Example
return getBoardName(2);
Result: Development Board|adminUser
See also
Peacock
Related content
getAllBoards
getAllBoards
More like this
getBoardsFromSprint
getBoardsFromSprint
More like this
getFilterId
getFilterId
Read with this
getAllBoardNames
getAllBoardNames
More like this
getAllOpenSprints
getAllOpenSprints
Read with this
startedSprints
startedSprints
More like this