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.
Key highlights of the appEnhance Jira JQL with Java regex. Use regex to refine standard & custom fields, linked issues, partial words searches and more
Partial words, linked issues, comments and more
Search with JQL or saved filter to find out comments, reporters, dates expressions and more.
Increase Jira Search Capabilities
Reduce JQL search scope by adding subqueries and multiple values comma seperated
Java Regular Expression Syntax
Use wildcards, search for partial words, system & custom fields. Use regex to compare issues and report the dates of these issues resolutions, updates, dues.
Supporting media
More details
JQL Search Toolkit Functions
JQL REGEX FUNCTIONS FOR STANDARD & CUSTOM FIELDS
- issueFieldRegex("summary",".*(scan).*")
- issueFieldRegex("customfield_10001",".*(scan).*")
JQL REGEX FUNCTIONS FOR PARTIAL WORDS
- issue in issueFieldRegex(““, “summary, description, customfield_10005”, “.*UI$”) - issues where summary, description or customfield_10005 ends with “UI”
JQL REGEX FUNCTIONS FOR DATES
- issue in compareDates(“project=Sandbox“, “due<=resolutiondate”) - tickets in Sandbox, where due date is less or equal to resolution date
JQL REGEX FUNCTIONS FOR COMMENTS
- issue in commentedByUser(“project=Sandbox“, “john, mike, donald”) - issues from project “Sandbox” where one user from “john, mike, donald” has made any comment.
JQL REGEX FUNCTIONS FOR LINKED ISSUES
- issue in allLinkedIssuesForJQL(“blocks”) - search issues which consist of “blocks” link.
See full documentation for more details
E-mail us: office@thesilverlining.eu for help and support.
Resources
Download
Get the .jar file downloaded to your system
App documentation
Comprehensive set of documentation from the partner on how this app works
EULA
Get the End User License Agreement for this app
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.