Hello,
by simply searching in the navigation bar on the top right Jira will use the following JQL statement:
"summary ~ "String" OR description ~ "String" ORDER BY created DESC"
Is there a way to include "text~" or "comment~" automatically?
Of course you could put that in yourself in the JQL or Basic Filter but those are just extra steps for users that can be offputting for users with littel Jira knowledge.
Best regards,
Jan Westphal
Hey @Jan Westphal ,
I'm not sure of the reasoning behind this, but we have multiple feature requests around the JQL text search and our product teams are working on making the search more consistent across the site.
Thanks,
Karan
Hey Jan,
This is the expected behaviour.
If you use the search bar on the top right of the Jira page, it will search for the text in the summary and description only.
If you want to search for the text in the comments or other text fields as well, you will need to go to the issue search page and use the search box there:
Thanks!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello @Karan Sachdev
thanks for answering. I don't really understand why this is intended though.
Is there any reasoning for it?
For several of our users it's very unintuitive to use a search function and not check all the "text" information that is present on an issue.
I know its just an extra step and a problem that can be fixed by giving more knowledge to the users but they can be very stubborn when it comes to extra steps and their comfort.
It's not a major pain point but maybe something to consider.
Thanks!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Karan,
Has this behavior changed recently? I've noticed that the Basis search has been less effective recently. It doesn't search comments even from the Issues page. If I do a Basic search and switch to JQL, the filter only includes the summary and descriptions fields.
I've been using Basic search for close to a decade without having any problems finding what I'm looking for. But now I have to use JQL to add the comment field. Unfortunately, I didn't pay much attention to the default filter previously since it worked fine for my purposes, so I don't know exactly what has changed.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hey @nate.anderson ,
If you enter a string in the text box, it should convert to text ~ 'string' when you switch to JQL.
Can you please check if you're using the old issue search and switch to the new one? (though it worked fine in both old and new for me).
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Karan Sachdev It's the exact opposite for me. The new issue search converts the query to summary ~ "whatever" OR description ~ "whatever" ORDER BY created DESC/ The old issue search converts it to text ~ "whatever*"
I didn't realize old and new issue searches were a thing, but that effectively solves my problem. I'll stick with the old issue search. Thanks!
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.