-
Type:
Suggestion
-
Resolution: Won't Do
-
None
-
Component/s: JQL
NOTE: This suggestion is for JIRA Server. Using JIRA Cloud? See the corresponding suggestion.
It would be extremely useful to be able to filter for a list of all issues linked in a tree under a certain "root" issue for a given link type. This could be done by adding an option to the linkedIssues() JQL function to specify that the list of linked issues returned should be determined recursively.
e.g.
issue in linkedIssues(ABC-123,"is duplicated by",True)
Alternatively, this could be implemented as a new JQL function:
issue in recursiveLinkedIssues(ABC-123,"is duplicated by")
- relates to
-
JRACLOUD-20104 Add a third parameter to the linkedIssues() JQL function to support recursively walking a link tree
- Closed