Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

What is the Jira query to check certain statuses of issues that are not Epic

Zulfiqar Ali Shah Kazmi September 30, 2024

For my project there are non epic issues that are pending others, I want to see all those issues. I am trying the following query but it's not working:

project = "Project Name" AND issuetype != Epic AND status = Status 1, Status 2

2 answers

1 accepted

4 votes
Answer accepted
Walter Buggenhout
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
September 30, 2024

Hi @Zulfiqar Ali Shah Kazmi and welcome to the Community!

If you want to reference multiple statuses in a list, try the following instead:

project = "Project Name" AND issuetype != Epic
AND status IN ("Status 1", "Status 2")

Use IN (...) and - if your status names contain spaces - use quotes.

Hope this helps!

Zulfiqar Ali Shah Kazmi October 2, 2024 edited

Thank you so much @Walter Buggenhout

The query worked like a charm. Solved my problem. Really appreciate your help. Also, thanks for welcoming me to the community. Looking forward to learning a lot over here, and hopefully contributing too.

0 votes
pinky_reddy
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
September 30, 2024

Hi @Zulfiqar Ali Shah Kazmi 

welcome to Atlassian community 

Try this one

project=“your project name” and issuetype!=epic and status in (status1,status2)

Zulfiqar Ali Shah Kazmi October 2, 2024

Thank you @pinky_reddy for your answer and also for welcoming me to the community. Actually, the query that @Walter Buggenhout provided worked for me. Yours was 90% there. Apparently, we need quotation marks " " inside the parenthesis before and after typing the statuses.

Thanks again.

 

Like pinky_reddy likes this

Suggest an answer

Log in or Sign up to answer
TAGS
atlassian, team '25, conference, certifications, bootcamps, training experience, anaheim ca,

Want to make the most of Team ‘25?

Spend the day sharpening your skills in Atlassian Cloud Organization Admin or Jira Administration, then take the exam onsite. Already ready? Take one - or more - of 12 different certification exams while you’re in Anaheim at Team' 25.

Learn more
AUG Leaders

Upcoming Jira Events