In Cloud JIRA, when using JQL, we are experiencing issues where the search is not functioning properly and is taking a long time to respond, displaying the message "we couldn't load your search results" This occurs when we include multiple fields, such as components (TriageSupportReview), labels, or when using multiple labels or components. Please see the attached screenshots for reference.
For example: Search Queries
project in (CCQA,CQDS,CWQA) AND issuetype = Bug AND status not in (closed, Cancelled, Fixed, "Ready for verification") AND component = TriageSupportReview AND text ~ "table border missing"
project in (CCQA, CQDS, CWQA) AND issuetype = Bug AND status not in (Closed, Cancelled, Fixed, "Ready for verification") AND component = TriageSupportReview AND text ~ "table border missing" ORDER BY created DESC
project in (CCQA, CQDS, CWQA) AND issuetype = Bug AND status not in (Closed, Cancelled, Fixed, "Ready for verification") AND component = TriageSupportReview AND text ~ "notebook mathml" ORDER BY created DESC
I know you've said you've tried a simpler query - but have you tried removing/reintroducing one element of your query at a time?
I've not encountered your specific issue, but whenever my JQL isn't acting as I expect I try changing one element at a time to identify where the problem is occurring
Yes, I have tried removing/introducing one element in query. I have added few screening videos in the following ticket https://pearson.atlassian.net/browse/ACM-641
Thanks!
Vinodh
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
please try searching for a simpler JQL query and confirm if it's working
like project=xyz
additionally, you have premium atlassian cloud plan, so feel free to create support ticket at Atlassian for 1:1 support using the below link.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thank you, Dilip. Yes, simpler JQL query is working fine.
I have submitted a ticket. https://pearson.atlassian.net/browse/ACM-641
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Switch to "List" view and it should work.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thank you. We have changed "details view" to "List View". But, still we are receiving the same error message "We couldn't load your search results".
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.