Versions Compared

Key

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

...

Description

Excerpt
hiddentrue
Returns all SCRUM boards.

...

Retrieves a list of all Scrum boards within a project or system.

Retrieves a list of all Scrum boards within a project or system. Scrum boards are used for managing work items in the context of Scrum methodology, which includes defined sprint cycles.

Return Type

JBoard []

Returns all the boards it can find.

Example

Code Block
languagejs
JBoard [] boards = getAllScrumBoards();
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