selectIssuesByFilter

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