getBoardName
Description
Retrieves the name or title of a specific board.
Syntax | getBoardName(boardId) | Package |
|
Alias |
| Pkg Usage |
|
Parameters
Parameter name | Type | Required | Description |
|---|---|---|---|
boardId | Integer | Yes | Board id |
Return Type
String
Gets the board name
Example
return getBoardName(12345);