Skip to end of banner
Go to start of banner

getAllBoardNames (Power Scripts)

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this content. View the current version.

Compare with Current View Version History

« Previous Version 5 Next »

Get a list of all agile boards visible to the user.

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

We've encountered an issue exporting this macro. Please try exporting again later.
  • No labels