I want to search for an exact phrase in JQL "New Store".
If given the following:
CM-18 test automation3 store new
CM-30 New Store - Test/1111/Zone99 - Create Store/Company in CP
I want to only get CM-18. I found a page that said I should use summary ~ "\"New Store\""
https://confluence.atlassian.com/jirasoftwareserver/search-syntax-for-text-fields-939938747.html
When I do that search (summary ~ "\"New Store\""), I get both back both results.
What am I doing wrong?
Hi @Von Gong
As you're on Jira Cloud, the correct answer is to get an app that provides JQL extensions you're looking for.
With standard JQL, you can only get a list of issues and export them to Excel for further processing. This works if you want to do a one-off analysis. If your use case is more dynamic than that, look beyond standard Jira.
Standard JQL doesn't easily allow it, but you can quickly find the results using our professional indexing service JQL Search Extensions
You can use this query to find all the issues that “New Store” have in the summary
issue in wildcardMatch("summary", "*New Store*")
Check out the documentation for more examples.
If you have any other questions, please contact our support. We’ll be happy to help you!
Best regards,
Maurício
Your JQL should work and return only the issue where the summary contains the exact search pharse
summary ~ "\"New Store\""
At this time, I would recommend you to submit a formal ask to Atlassian Support (https://support.atlassian.com) for additional assistance.
Best, Joseph Chung Yin
Jira/JSM Functional Lead, Global Infrastructure Applications Team
Viasat Inc.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I opened a ticket with Atlassian Support. I was informed that exact-text search is not yet supported. However, we have a Feature Request for this matter JRACLOUD-21372
This is contradictory to the confluence page. Issues like this consumed may hours of my time. Please update your documentation to match the current feature set.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
First - The documentation is provided by Atlassian and not by community members, so it will be up to Atlassian to enhance it.
Second - When you access the documentation link, it clearly stated it is for Jira Software Server 9.2 env and not for Cloud env
Sorry, there is nothing that as a community leader can do about it.
Best, Joseph
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online 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.