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?
Community moderators have prevented the ability to post new answers.
JQL tricks plugin has a method, epicsWhereIssueIn that you can use for this. Something like this:
project = X and issue in epicsWhereIssueIn("project = Y")
Working with our admins to get this plugin added so I can try that out. Thank you!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.