Skip to end of banner
Go to start of banner

boardsForFilter

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 4 Current »

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

  • No labels