-
Suggestion
-
Resolution: Unresolved
-
6
-
25
-
NOTE: This suggestion is for JIRA Cloud. Using JIRA Server? See the corresponding suggestion.
Issue Summary
Currently in JIRA, the JQL search function linkedIssues() allows users to search based on just a single issue whose issue key is passed in the parameter.
Suggestion
Can this be enhanced to allow users to search for issues linked to a particular group of issues similar to the
Key in (aaa-1, aaa-2)
It would also be nice to have the option to improve this function making it able to search for a specific linked issue of an issue type, for example:
project = Test and issuetype = Task and linkedIssue(Epic)
Workaround
This can be achieve using:
issue in linkedIssues("DUMMY-601", "depends on") OR issue in linkedIssues("DUMMY-603", "depends on") OR issue in linkedIssues("DUMMY-604", "depends on") OR issue in linkedIssues("DUMMY-602", "depends on")
- is duplicated by
-
JRACLOUD-79889 Ability to search in JQL for Linked Issues of a specific Issue type
- Closed
- is related to
-
JRASERVER-63414 Enhance Issue Link Type Search
- Closed
-
JRACLOUD-18679 Add possibility to search linked issues from specific project not just issue using linkedIssues() jql
- Gathering Interest
-
JSWCLOUD-26028 JQL - Function to find the issue types of linked issues
- Gathering Interest
- relates to
-
JRACLOUD-73640 JQL issueLinkType is inconsistent when using != or NOT IN operators
- Closed
-
JRACLOUD-76228 Implement being able to filter out non matching issue types when using issueLinkType in JQL
- Closed
-
JRACLOUD-79889 Ability to search in JQL for Linked Issues of a specific Issue type
- Closed
-
JSWCLOUD-23508 Request to add the "is" and "is not" operators to the linkedIssues() jql
- Closed
-
JRACLOUD-39413 Display Link Type column in Issue Navigator search results
- Gathering Interest