Forums

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

How to see only parent tickets related to issues in my project using plans

Scott Federman
Contributor
August 15, 2023

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.

1 answer

1 accepted

0 votes
Answer accepted
Florian Bonniec
Community Champion
August 15, 2023

Hi @Scott Federman 

You should be able to do it using Scriptrunner app that add JQL function.

 

issueFunction in portfolioParentsOf('project = ETE')

 

Regards

Suggest an answer

Log in or Sign up to answer