Forums

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

My filter query is not returning "Epics"

Leena Siddamshetty
Contributor
February 1, 2022

can someone please help with the query so that I can get Epics. Below is the query that I am using as of now. It gives me issues with all issue types but Epic:

 

project = XXX AND (component = ABC OR Team = 111) AND issuetype in (Epic, Bug, Task, Story, Spike, Sub-task) ORDER BY Rank ASC

3 answers

0 votes
Trudy Claspill
Community Champion
February 1, 2022
0 votes
Nic Brough -Adaptavist-
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 Champions.
February 1, 2022

Have you tested each individual clause, and partial combinations?

How many Epics do the following return?:

  • Project = XXX
  • Component = ABC or Team = 111
  • Issuetype in (Epic)
0 votes
John Funk
Community Champion
February 1, 2022

Hi Leena,

Do your Epics have those values for Component or Team fields?

Suggest an answer

Log in or Sign up to answer