Hello,
I would like to return a list of all issues that are dependencies in another project.
Example: Project 1 has Story A and has a dependency on Story B in Project 2.
If I create a link in Story A, "'Depends On' Story B in Project 2", how can I pull that back in a query?
The key to the report is that anything that has the link "Depends On" returns the issue in the other project that is linked (not the story in Project 1 that has the "Depends On" link
Hi @[deleted] ,
i'm working on responding to old posts here. OOTB you cannot do that with native JQL. you could find all issues that have the "depends on" linktype and you could then assess the linked issues of these.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.