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:
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?
Hi @harshita.sharan ,
assuming you're using the Parent Link field provided by Advanced Roadmaps, the following JQL function should do the magic:
https://docs.adaptavist.com/sr4js/latest/features/jql-functions/included-jql-functions/portfolio
The following JQL should show all the 4 mentioned Epics:
issueFunction in portfolioChildrenOf("key = INIT-1")
In case you use ScriptRunner.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.