Create a board of all tickets in a set of epics?

tdriggs-extrahop August 16, 2017

I have created a saved filter which says:

project = MY AND issuetype = Epic AND component = "My Component" AND labels = FeatureEpic

I'd now like to create a board containing these epics and all their stories. I know about the "filter =" clause I can add to reuse a filter, but I can't find a way to say:

filter = "Thing Above" OR "Epic Link" in (filter = "Thing Above")

I'd like to avoid listing the epics out by hand in the query, since that doesn't seem like it will scale very well.

Our company is running JIRA on-prem, which may open up additional options to achieve this.

1 answer

1 accepted

0 votes
Answer accepted
Jobin Kuruvilla [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 Leaders.
August 17, 2017

Unforunately, nesting filters like this will not work. You will have to get a plugin like JQL Tricks to do this.

Suggest an answer

Log in or Sign up to answer