My org uses Jira Cloud (Premium). Over the last couple of weeks, the default search JQL query changed.
This is the one that loads when the top right search bar is used:
text ~ "searchterm*" ORDER BY Created DESC
summary ~ "searchterm*" OR description ~ "searchterm*" ORDER BY Created DESC
These yield two very different results. Most importantly, the past setup query, searches in custom fields. The new query does not.
Can this behaviour which worked well and changed without any notice be customised / reverted / opted out of?
I believe that change started rolling out at the end of June 2024:
Based on this week's blog entry, the change is still rolling out.
Kind regards,
Bill
I can still search on text ~, tried it on multiple instances, free, standard and premium.
So I can't reproduce you issue.
I have used the view all issues option and the main seachbar option.
Used as JQL text ~ and in the searchbar just enter the searchterm and it will use the clause text ~ "searchterm"
If this doesn't work on your instance, please contact Atlassian Support
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Marc, I'm not sure we're talking about the very same use case.
Let me adjust the replication steps.
Of course if you go by the Filters main nav option and below that the "View all issues" option as you describe, you can set up the text JQL operator.
It's not about whether the text operator can be used at all. It's about what's the default when submitting a term from the search bar.
It is a very distinct and unilateral change and I see no way to adjust the settings.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
If you use the main search option, just enter your search term, you don't have to provide the clause "text ~"
This will search any text based field, even comments. I have tested this on multiple instances.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
HI @Marc - Devoteam, thanks for the feedback.
I'm saying that the option you describe unequivocally brings this result to me and everyone else in our Jira instance:
summary ~ "searchterm*" OR description ~ "searchterm*" ORDER BY Created DESC
And not what it did earlier, which is the desired setting:
text ~ "searchterm*" ORDER BY Created DESC
Hope this makes sense.
I have now tried to set Basic search instead of JQL. The prompt came up:
And then:
So, this is proof. It is a “feature”, unprompted and unilateral, with no way to revert.
Maybe it's a phased rollout, which is why you may not see it in action yet.
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.