JQL functions für advanced search in Jira - Actonic – Unfolding your potential
We have outsourced our Atlassian licensing and services business to the newly founded Seibert Solutions GmbH. Actonic's products will be further developed under the usual name.

Power JQL: Extended Search Functions

Additional useful JQL functions to search for issues across Jira using the power of regular expressions (Regex).

Available for Jira Server and Jira Service Management.

Screenshots

powerIssue
powerIssue in action

Task: Find issues whose summary or description contain any of the listed words in a particular project.

Solution: Issue in powerIssue(“project=POWERJQL”, “summary, description”, “(?i).*(text1|text2).*”)

powerComponent
powerComponent in action

Task: find all unresolved issues where any component contains words “mobile” or “dev”.

Solution: component in powerComponent(“resolution = EMPTY”, “(?i).*(mobile|dev).*”)

powerAttachment
powerAttachment in action

Task: Find all issues with the attachments in pdf format containing the word “android” in the title.

Solution: Issue in powerAttachment(“.*(?=android).*(?=pdf).*”)

find-certain-issues
powerProject in action

Task: find all issues with the particular text in the title.

Solution: project in powerProject(“.*(Customer).*”)

More Details

JQL functions:

  • powerIssue([JQL subQuery, optional], field names, regex expression)
  • powerComponent([JQL subQuery, optional], regex expression)
  • powerAttachment([JQL subQuery, optional], regex expression)
  • powerProject(regex expression)

Examples:

  • issue in powerIssue(“project=POWERJQL”, “summary, description”, “(?i).*(text1|text2).*”)
  • component in powerComponent(“resolution=EMPTY”, “.*(modile|dev).*”)
  • project in powerProject(“.*(Customer).*”)
  • issue in powerAttachment(“.*(?=android).*(?=pdf).*”)

Leverage the power of pattern-based search across all Jira fields.

Brands using this app

These companies are already using Power JQL successfully:

Find all of our apps
on the Atlassian Marketplace: