/
selectIssuesByFilter
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
, multiple selections available,
Related content
Variable types and reference methods
Variable types and reference methods
Read with this
selectIssues
selectIssues
More like this
Validator Recipes
Validator Recipes
Read with this
selectIssues
selectIssues
More like this
Predefined structure types reference
Predefined structure types reference
Read with this
createFilter
createFilter
More like this