https://jira.atlassian.com/browse/JRACLOUD-84332 describes a regression in basic functionality for Jira Search that makes this feature essentially broken.
When are you going to fix this?
It used to work fine. Now it does not. Please fix!!!!!
I may be wrong, but if I am not mistaken, the old JQL search function to search across all text fields (including comments) is still available:
text ~ "test"
As per JQL fields search documentation that search still exists and - in my test instance - seems to return the expected results. The alternative phrase:
textfields ~ "test"
works differently indeed and was introduced because this search could lead to timeouts in big Jira instances. So, if the documentation is correct, this is not a replacement of the old search, but a workaround for big Jira instances where the old search simply did not return any results.
Hope this helps!
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.