Hi Everyone,
Is there any way we can hide Epics that are in ToDo category statuses by using the JIRA filter query?
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
Hi @Leo
Query worked perfectly, thank you very much.
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.