Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Does default Jira search support filtering fix version by wildcard?

Moutsias, Peter September 26, 2023

Right now, we are using the ScriptRunner Enhanced Search Jira add-on app to achieve wildcard search, but we would love to be able to do this with the default search so we don't need the add-on. 

Example JQL code from the Scriptrunner app returns Release - 1.1.1, 1.1.2, etc.:

fixVersion in versionMatch("^Release - 1.1.")

1 answer

1 accepted

1 vote
Answer accepted
Bill Sheboy
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.
September 26, 2023

Hi @Moutsias, Peter -- Welcome to the Atlassian Community!

Have you tried the CONTAINS ~ operator with wildcards: https://support.atlassian.com/jira-software-cloud/docs/jql-operators/#CONTAINS----

Perhaps like this:

fixVersion ~ "Release - 1.1.*"

Kind regards,
Bill

Moutsias, Peter September 29, 2023

Hi Bill! This worked for me. Thank you so much for your help!

Like Bill Sheboy likes this

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
PREMIUM
TAGS
AUG Leaders

Atlassian Community Events