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
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
OH DEAR, it's such a simple one really. thanks anyway.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
With Jira in the cloud is there any solution?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Atlassian Government Cloud has achieved FedRAMP Authorization at the Moderate level! Join our webinar to learn how you can accelerate mission success and move work forward faster in cloud, all while ensuring your critical data is secure.
Register NowOnline forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.