Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Query doesn't return all results

David Burgdorf April 3, 2025

 

 

I have a filter where if I do this query I get  1128 records back

filter in ("10879") and priority in (High, Medium, Low, None) order by priority

when I do individual queries

 

filter in ("10879") and priority = High Order by priority  -> returns  71

 

filter in ("10879") and priority = Medium Order by priority  -> returns  520

 

filter in ("10879") and priority = Low Order by priority  -> returns  286

 

filter in ("10879") and priority = None Order by priority  -> returns  198

 

filter in ("10879") and priority is Empty Order by priority  -> returns  0

 

this totals 1075 records.  where are the other 53 records

3 answers

0 votes
John Funk
Community Champion
April 3, 2025

Hi David - Welcome to the Atlassian Community!

If you do the full query and order by priority, when you go through all of those, do you see any other values in there for Priority or do you see any issues without a priority (null)? 

0 votes
Tuncay Senturk
Community Champion
April 3, 2025

Hi @David Burgdorf 

It might be due to the filter itself; I mean, there may be a misuse of parentheses.

Additionally, try this query to find the possible priorities that issues can have:

filter in ("10879") and priority not in (High, Medium, Low, None) order by priority

 

David Burgdorf April 3, 2025

this returns no rows

Tuncay Senturk
Community Champion
April 3, 2025 edited

How about trying to wrap that filter parts in parentheses?

(filter in ("10879") ) and ...

 

David Burgdorf April 4, 2025

project in ("App Core", "App Infrastructure", CodeBusters, "Event Organizers") AND issuetype = Bug AND status in (New, Blocked, "In Progress", "In Review", "To Do", "Ready for QA", Testing) order by created DESC

0 votes
Kim Euker
Community Champion
April 3, 2025

Can you post the JQL for your 10879 Filter?

Kate C_
Community Manager
Community Managers are Atlassian Team members who specifically run and moderate Atlassian communities. Feel free to say hello!
April 3, 2025

@David Burgdorf sorry you're having trouble replying to @Kim Euker's question. Can you try and post any text, rather than the JQL, and then edit your reply. Does that work?

If not, please email the community management team at communitymanagers@atlassian.com and we'll try and post it for you!

 

David Burgdorf April 4, 2025

The filter is:
project in ("App Core", "App Infrastructure", CodeBusters, "Event Organizers") AND issuetype = Bug AND status in (New, Blocked, "In Progress", "In Review", "To Do", "Ready for QA", Testing) order by created DESC

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
PREMIUM
TAGS
atlassian, confluence, loom, atlassian intelligence, ai notes, ai-powered meeting notes, atlassian community events, ace, confluence ai, loom ai integration, ai note-taking, atlassian ai features, team '25, atlassian live learning, confluence automation

Unlock AI-powered meeting notes: Join our live learning session! 📹

Did you catch the news at Team ‘25? With Loom, Confluence, Atlassian Intelligence, & even Jira 👀, you won’t have to worry about taking meeting notes again… unless you want to. Join us to explore the beta & discover a new way to boost meeting productivity.

Register today!
AUG Leaders

Atlassian Community Events