Versions Compared

Key

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

...

...

...

...


Info
titleAvailability
  • This routine is available starting with SIL Engine™ katl-commons 1.0.
  • This routine is available for Jira server and cloud deployment options.
  • Starting with version 4.8.0.10 of Power Scripts an optional param (overrideScurity) will be available and will give the possibility to bypass any issue security set for the current project.

Syntax

selectIssues(jql [, overrideSecurity])

Description

Excerpt

Returns an array with the keys of the issues that matched the search query.

...

Parameter name

Type

Required

Description

search query

string

Yes

Search query containing the details of the returned issues.

overrideSecuritybooleanNoSet to true to bypass any issue security.

Return type

string []

Returns a list of  issue keys that match the specified jql.

...

Result: An array of strings containing the keys of all the issues that are in the project PRJ project, with the reporter included in Employees group and the status being one of the above.

...

Note

For the search query, please use apostrophe(') instead of quotes(") and double backslashes(\ \ )for escaping characters instead of a single backslash for escaping characters.

See also

Filter by label (Content by label)
showLabelsfalse
showSpacefalse
cqllabel = "jira_search_routine"
labelsjira_search_routine