how to search for a field with less than certain number of characters

Lea Chen August 26, 2019

I tried this:

"Acceptance Criteria", "^.{0,250}$", try to search for Acceptance Criteria field with less than 250 characters.  But got a syntax error.

Any ideas?

Thanks in advance!

1 answer

0 votes
Payne
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
August 27, 2019

I don't believe that regular expression searching is supported out of the box, but the ScriptRunner add-on offers that functionality.

https://scriptrunner.adaptavist.com/latest/jira/jql-functions.html#_regular_expressions 

Another (less than optimal, but it could work) option, if you're not searching too many issues (due to a limit on the number of exportable issues), is to export to CSV/Excel and use a function column to identify what you're seeking.

Suggest an answer

Log in or Sign up to answer