Cloud
Enhanced Search for Jira
Find more. Search less. The Jira search you always wanted.
Getting started with Enhanced Search
A video guide to getting going with Enhanced Search for Jira.
Greater search precision
Take search relevance to a new level with Enhanced JQL Functions and Keywords not available in native Jira
Power up your filters
Use Enhanced JQL Filters to make more of your Kanban boards, reports and dashboards
Easy query builder
Easily and quickly build complex Enhanced JQL Functions without having to remember syntax
Find more, search less
Try Enhanced Search for Jira for free today
Dozens of new functions and keywords
Get access to a wide variety of functions that extend your search capabilities, letting you find what you want - and only what you want - faster.
Enhanced Search for Jira functions:
- dateCompare()
- parentsOf()
- subtasksOf()
- issuesInEpics()
- inSprint()
- issueFieldMatch()
- and many more!
Enhanced Search for Jira keywords:
- numberOfSubtasks
- numberOfAttachments
- numberOfLinks
- lastCommentedDate
- commentedBy
- attachmentType
- and many more!
Find issues that took longer to complete than estimated
As a project manager, you want to find out which issues took longer to complete than their estimated completion date, which is stored as a date in a custom field. The dateCompare() Enhanced JQL Function makes it possible to compare dates stored in an issue, even if they are stored in custom fields. You can even add date offsets.
dateCompare("project = Search", "resolutionDate > estComplDate")
(where estComplDate is a custom field)
Find epics with stories that are currently being worked on
As a scrum master, you want to see all of the epics with stories that your team is currently working on, i.e. epics that have stories that were started but haven't been finished. The epicsOf() Enhanced JQL Function returns the epics linked to the result of a subquery of your choice.
epicsOf(issuetype ="Story" AND status in ("In Progress", "In Review"))
Find issues in your project that duplicate other work
As a QA analyst, you want to see how a bug and all of its direct and indirect relatives affect your product. The linkedIssuesRecursive() Enhanced JQL Function returns the entire issue chain in a single search.
linkedIssuesOfRecursive("key=QA-11")
Sample pricing
The intervals shown below are not exhaustive and are intended to give an indication of the price for your organisation and how ScriptRunner scales for growing teams.
To see an exhaustive breakdown of pricing by user tier, please click through to the Atlassian marketplace.
Monthly
Yearly
Cloud
Users | Price (USD) |
---|---|
10 | 0 |
15 | 16.80 |
30 | 33.60 |
60 | 67.20 |
150 | 146.00 |
300 | 226.00 |
750 | 334.00 |
1000 | 394.00 |
10000 | 2,214.00 |
30000 | 4,264.00 |
Try it for free
Get your full-feature trial from the Atlassian Marketplace today to start automating, customising, and extending Jira to truly fit your organisation.
Want to know how you can get involved with shaping the future of Enhanced Search?
Request a feature, take part in paid research, or share a story or use case.