user3506374
user3506374

Reputation: 1

JQL to find all epics that have child issues that are part of a different project

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

Answers (0)

Related Questions