filterForBoard
Description
Generates a filter specifically tailored for a particular board, often used for defining criteria to sort and display issues or tasks on the board.
Syntax | filterForBoard(boardId) | Package |
|
Alias |
| Pkg Usage |
|
Parameters
Parameter name | Type | Required | Description |
|---|---|---|---|
boardId | Integer | Yes | Board id |
Return Type
Integer
Gets the board filter
Example
return filterForBoard(12345);