I have two projects. Each project represents a different level of scale.
Project 1 (DQFKKC) uses epics. This is our parent project.
Project 2 (ETE) uses stories which link to the DQFKKC epics.
Can I create a plan that shows all ETE stories and only the DQFKKC epics they are linked to? So any epic which doesn't have an ETE story linked to it would not appear on this plan.
You should be able to do it using Scriptrunner app that add JQL function.
issueFunction in portfolioParentsOf('project = ETE')
Regards
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.