Context: We have a project that only houses custom Issue type "Initiative" which is parent of Epic Issue type. The hierarchical issue organization example is:
- Initiative(belongs in JIRA Project A) - issue Key INIT-1
- Epic1 (belongs in Project
- issue Key CAT-1 - Epic2 (belongs in Project
- issue Key CAT-2 - Epic3 (belongs in ProjectC) - issue Key DOG-1
- Epic4 (belongs in project
- issue Key CAT-3
I would like to know if there is a way to write a query which will bring up all initiatives from project A which has child issues in project B.
Is there a way to do this?