How to return all the stories that relate to a group of Epics

Brian Cennamo January 29, 2020

I have many epics.  Each epic starts with a "DEM" or "SPL" in the Epic Name.

I want to create a quick filter that shows me all the stories associated with an Epic with "SPL" and a different quick filter that shows me all the stores associates with an Epic with "DEM"

Although the Epic Name is filled in when I query Epic Name ~ "SPL" nothing is returned.

If I query on Epic Link = "exact name of Epic" I can return the stories.

Any help is appreciated.

 

1 answer

0 votes
Veera
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
January 29, 2020

Hi @Brian Cennamo 

You should be able to use parentEpic() function with 'in' operator. But, it'll work with only Epic Key but not Epic Names.

Suggest an answer

Log in or Sign up to answer