Search in labels field using wildcards

marta eaton March 25, 2019

I have tried to run a jql in Jira using a wildcard search in the Labels field but doesn't seem to work. Example of my query:

project = Lollypop AND labels in ("CR*", "GSR*", "AESP*") AND  updated >= -1w order by updated DESC

 

Any idea?

Thank you

2 answers

1 accepted

1 vote
Answer accepted
Warren
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.
March 25, 2019

I believe you're only going to be able to do this with an add-on, with standard Jira you won't be able to do it

marta eaton March 25, 2019

OH DEAR, it's such a simple one really. thanks anyway.

Like # people like this
Mayur September 9, 2019

Which addon allows it?

Like Meredith Leitch IV likes this
Silvia Nava
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
January 29, 2024

With Jira in the cloud is there any solution?

Like Chris Michl likes this
0 votes
Daniel Turczanski - __JQL Search Extensions
Marketplace Partner
Marketplace Partners provide apps and integrations available on the Atlassian Marketplace that extend the power of Atlassian products.
August 30, 2021

Hi @marta eaton ,

Standard JQL doesn't easily allow searching for exact words, special phrases and patterns.

You may consider using our professional indexing service:

After you install the app you can simply search:

issue in wildcardMatch("labels", "CR*")

Check out the documentation for more information.

I hope this helps!
Daniel

Suggest an answer

Log in or Sign up to answer