boardsForFilter
Description
Identifies the boards that use a particular filter for issue tracking, helping to understand which boards are based on specific criteria or conditions.
Parameters
Return Type
Integer []
Gets the boards created based on the filter
Example
integer [] boards = boardsForFilter(12345);
return boards;
See also
Peacock