getAllBoardNames
Description
Retrieves the names of all boards within a project or system, offering a comprehensive list of board titles for reference and navigation.
Return Type
String []
Returns all the board names it can find.
Example
string [] boards = getAllBoardNames();
See also
Peacock