The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

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

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

Eric Prouty
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
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

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

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 Champions.
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
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
December 4, 2014

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