getBoardType
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
Peacock