Skip to end of banner
Go to start of banner

getBoardType

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

Description

Retrieves the type or category of a specific board, such as whether it's a Scrum board or a Kanban board, providing information about the board's methodology.

Parameters

Return Type

String

Gets the board type (scrum, kanban, simple)

Example

return getBoardType(12345);

See also

  • No labels