-
Suggestion
-
Resolution: Unresolved
-
5
-
20
-
linkedIssues() is fine if you know what issues to check links to, but if like us, you want to be able to see any issues that have been assigned to you that are blocking someone else from completing one of their issues, then it cannot be done.
I want to be able to do something like:
(status = Open OR status = Reopened) AND assignee = currentUser() AND issue in linkedIssues((status = Open or status = Reopened) and link = blocks) ORDER BY priority DESC, created ASC
"tell me which items i have open that block other issues that are open"
- is related to
-
JRASERVER-22577 Ability to search for all issues that are linked to (i.e. blocking) by any issue
-
- Needs Triage
-
- relates to
-
JRACLOUD-25640 JQL function for showing all issues linked to any issue by a given issue link type
- Closed
Form Name |
---|
Dependency Mapper for Jira may be of help since it allows you to visualize dependencies between issues. You can choose how you want to group them, so see links based on project, Epic, fix version, or assignee, and then choose if you want to see the issues in a board, list, matrix or several other chart options.