Skip to:

Power JQL: Extended Search Functions

works with Jira Server 8.13.0 - 9.6.0 and more

OVERALL RATINGS

We no longer offer sales and support for server apps. You can stay connected by exploring the migration options to either the cloud or Data Center version of this app.

Explore migration program

Key highlights of the appAdditional useful JQL functions to search for issues across Jira using the power of regular expressions

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 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 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).*")

Supporting media

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.

Resources

Privacy and Security

Privacy policy

  • Atlassian's privacy policy is not applicable to the use of this app. Please refer to the privacy policy provided by this app's partner.

    Partner privacy policy

Security program

  • This app is not part of the Marketplace Bug Bounty program.

Version information

We no longer offer sales and support for server apps. You can still explore the earlier versions but these may not offer the necessary support.

Explore all server versions

Learn and explore

  • What’s Marketplace
  • App installation
  • About Atlassian
  • Atlassian resources
  • Search and ranking
  • Atlassian events
  • Atlassian foundation

Follow