Forums

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

Filter for Epic and all associated issues.

danna deaton
Contributor
May 12, 2020

I cannot for the life of me figure out a filter that will provide an Epic and all associated issues, including sub-tasks.  I have the following:

project = FM12 AND "Epic Link" = FM12-41 or "Epic Name" = "4. Design, Build, Release, Run" ORDER BY key ASC

which pulls the Epic and any issue with that as the Epic Link, but it does not pull in any of the various Sub-tasks on any of those issues.  What do I Need to add to is to get the Sub-tasks?

1 answer

0 votes
Grigory Salnikov
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.
May 12, 2020

Hi @danna deaton 

Try to add

or parent in linkedIssues("FM12-41")

Hope it helps

danna deaton
Contributor
May 12, 2020

Unfortunately that did not bring in any additional issues.  The Epic has 4 sub-tasks on it and I know of at least one Story linked to that Epic that has that has 3 sub-tasks on it and none of them are pulled in using 

project = FM12 AND "Epic Link" = FM12-41 or "Epic Name" = "4. Design, Build, Release, Run" or parent in linkedIssues("FM12-41") ORDER BY key ASC

I get the Epic, a Task and 28 Stories.

Suggest an answer

Log in or Sign up to answer