Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Table plus
applyColStyleToCelltrue
heading0
columnTypess,s,s,s
multiplefalse
columnAttributesstyle="background:#e5e7ea;font-weight:bold,,style="background:#e5e7ea;font-weight:bold,
enableSortingfalse

Syntax

getAllKanbanBoards()

Package

Alias

Pkg Usage

Description

Excerpt
hiddentrue

Retrieves a list of all Kanban boards available in a project or system.

Retrieves a list of all Kanban boards available in a project or system. Kanban boards are used for visualizing and managing work items in a Kanban methodology, typically without defined sprint cycles.

Return Type

JBoard []

Returns all the boards it can find.

...

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

...

function" and space = currentSpace ( )
labelsarray_

...

functions