-
Bug
-
Resolution: Unresolved
-
Highest
-
None
-
4.1.2
-
4.01
-
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 detailed by
-
JRASERVER-23288 List of suggested JQL improvements
- Closed
- relates to
-
JRASERVER-25640 JQL function for showing all issues linked to any issue by a given issue link type
- Closed
-
JRACLOUD-22577 Ability to search for all issues that are linked to (i.e. blocking) by any issue
- Gathering Interest