I manage a department with several Jira projects and issues in my projects are often dependent upon issues in other projects managed by other departments.
I am trying to construct a query that will return my open tickets that are dependent upon open tickets in other departments projects.
Start with the JQL functions LinkedIsssues() and issuesWithRemoteLinksByGlobalId()
the AM Utils add on adds a JQL function. "LinkedIssueHadsStatuses" that may help
https://confluence.cprime.io/display/CADS/AMU+-+Using+JQL+functions
what defines "dependent" are these links? There isn't a good way OOTB to assess if an issue has links using JQL. Scriptrunner (issuehaslinks) and other addons can help with that. you could consider automation to set a custom field (haslinks) whenever a link is added which could then be worked into your JQL. But nothing OOTB AFAIK.
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.