Hi Everyone -
I've got a project called my_epics that has all my epics. And, I've got a query that returns all the epics I'm interested in
(project = my_epics and Size is "Large" and Labels = "Cool_Epics")
Now I'd like a query to return the children of those epics. In my day we would have called this a nested select
Issuetype = Story and epic_link in ( select (project = my_epics and Size is "Large" and Labels = "Cool_Epics"))
Is this possible to create in JQL?
Thanks,
Ravi