Versions Compared

Key

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


Info
titleAvailability
  • This routine is available starting with 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])

...

Parameter name

Type

Required

Description

search query

string

Yes

Search query containing the details of the returned issues.

overrideSecuritybooleanNo

Set to true to bypass any issue security.

Info
titleAvailability

This param is available starting with version 4.8.0.10 of Power Scripts .


Return type

string []

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

...