Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


Info
titleAvailability

This routine is available starting with katl-commons 2.5.15 / 2.6.7.

Syntax

selectIssuesByFilter(filterName [, owner [, overrideSecurity]])

Description

Excerpt
Table plus
applyColStyleToCelltrue
heading0
columnTypess,s,s,s
multiplefalse
columnAttributesstyle="background:#e5e7ea;font-weight:bold,,style="background:#e5e7ea;font-weight:bold,
enableSortingfalse

Syntax

selectIssuesByFilter(filter name

Package

Alias

Pkg Usage

Description

Excerpt
hiddentrue
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
applyColStyleToCelltrue
columnTypess,s,s,s
heading0
multiplefalse
enableSortingfalse

Parameter name

Type

Required

Description

...

filter name

...

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.

...

titleAvailability

...

.

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)
showLabelsfalse
max25
showSpacefalse
cqllabel = "jira_searchissue_routine" and space = currentSpace ( )
labelsjiraarray_search_routineroutines