Skip to end of banner
Go to start of banner

selectIssuesByFilter

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 2 Next »

Description

Returns an array with the keys of the issues obtained by running the given filter.

Parameters

Return Type

String []

Returns a list of issue keys that match the query of the specified filter.

Examples

Example 1

selectIssuesByFilter("filter1", "admin");

Result: An array of strings containing the keys of the issues that are obtained by running the filter named "filter1" that has the owner "admin".

Example 2

selectIssuesByFilter("filter1");

Result: An array of strings containing the keys of the issues that are obtained by running the filter named "filter1" that has the owner the current logged in user.

See also

  • No labels