Info |
---|
|
This routine is available starting with katl-commons 2.5.15 / 2.6.7. |
Syntax
selectIssuesByFilter(filterName [, owner [, overrideSecurity]])
Description
Excerpt |
---|
Table plus |
---|
applyColStyleToCell | true |
---|
heading | 0 |
---|
columnTypes | s,s,s,s |
---|
multiple | false |
---|
columnAttributes | style="background:#e5e7ea;font-weight:bold,,style="background:#e5e7ea;font-weight:bold, |
---|
enableSorting | false |
---|
|
Syntax | selectIssuesByFilter(filter name | Package | | Alias | | Pkg Usage | | |
Description
Excerpt |
---|
|
Returns an array with the keys of the issues obtained by running the given filter. |
Returns an array with the keys of the issues obtained by running the given filter.
Parameters
Table plus |
---|
applyColStyleToCell | true |
---|
columnTypes | s,s,s,s |
---|
heading | 0 |
---|
multiple | false |
---|
enableSorting | false |
---|
|
Parameter name | Type | Required | Description |
---|
|
...
...
String | Yes | Name of the search filter to be executed. | owner user name |
|
...
String | No | Username for the owner of the filter. If parameter is missing, the owner is considered to be the current logged in user |
|
...
Set to true to bypass any issue security.
...
...
Return Type
string String []
Returns a list of issue keys that match the query of the specified filter.
...
Examples
Example 1
Code Block |
---|
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".
...
Code Block |
---|
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.
...
Filter by label (Content by label) |
---|
showLabels | false |
---|
max | 25 |
---|
showSpace | false |
---|
cql | label = "jira_searchissue_routine" and space = currentSpace ( ) |
---|
labels | jiraarray_search_routineroutines |
---|
|