Reputation: 1
Lets say that we have project called Project1.
I want to list all the epics that are in Project1. that will be
issueType = "Epic" and project = Project1
Now I want to do something like
List all the Epics in Project1, where the children of these Epics are in Project2.
I have tried epicsOf but issuefunction but no help so far
Upvotes: 0
Views: 78