Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Description

Excerpt
hiddentrue
Returns Retrieves a list of all boards within a project or system.

Returns all boards as JBoard structures array. If you have many boards, use with care. Public boards onlyRetrieves a list of all boards within a project or system, offering an overview of the available boards and their respective purposes.

Return Type

JBoard []

Returns all the boards it can find.

Example

Code Block
languagejs
JBoard [] boards = getAllBoards();
for(JBoard b in boards) {
    runnerLog("Id: " + b.id); 
   runnerLog("Name: " + b.name);
}

See also

Filter by label (Content by label)
showLabelsfalse
max25
showSpacefalse
cqllabel = "agile_routine" and space = currentSpace ( )
labelsarray_routines