Filter for finding all epics that have a subtask in my project

Eric Prouty December 2, 2014

We have multiple projects (ProjectX and ProjectY), and occasionally there are epics that contain tasks from more than one project.  For instance I have tasks in ProjectX that make it into a ProjectY epic

I would like a filter that I can use to only display the epics from ProjectY that contain tasks from ProjectX.  Is this possible?

1 answer

1 vote
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.
December 2, 2014

JQL tricks plugin has a method, epicsWhereIssueIn that you can use for this. Something like this:

project = X and issue in epicsWhereIssueIn("project = Y")
Eric Prouty December 4, 2014

Working with our admins to get this plugin added so I can try that out. Thank you!

Suggest an answer

Log in or Sign up to answer