getAllBoards

getAllBoards

 

Description

Retrieves a list of all boards within a project or system, offering an overview of the available boards and their respective purposes.

Syntax

getAllBoards()

Package

 

Alias

 

Pkg Usage

 

Return Type

JBoard []

Returns all the boards it can find.

Example

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

See also

Need support? Create a request with our support team.

Copyright © 2005 - 2026 Appfire | All rights reserved.