/
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
selectIssuesByFilter
selectIssuesByFilter
More like this
selectIssues
selectIssues
More like this
selectIssues
selectIssues
More like this
createFilter
createFilter
More like this
Filters
Filters
More like this
admGetAllOwnedFilters
admGetAllOwnedFilters
More like this
Need support? Create a request with our support team.
Copyright © 2005 - 2025 Appfire | All rights reserved.