Forums

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

Is there any way we can hide Epics that are in ToDo category statuses in JIRA board

Sekhar Reddy
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
July 7, 2020

Hi Everyone,

Is there any way we can hide Epics that are in ToDo category statuses by using the JIRA filter query?

1 answer

1 accepted

1 vote
Answer accepted
Leo
Community Champion
July 7, 2020

Hi @Sekhar Reddy,

I believe you can do that, below is the sample query for the same. you can simplify that still

(project = KEY AND issuetype != Epic) OR (project = KEY AND issuetype = Epic AND statusCategory != "To Do" ) 

 

BR,

Leo

Sekhar Reddy
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
July 7, 2020

Hi @Leo 

Query worked perfectly, thank you very much. 

Suggest an answer

Log in or Sign up to answer