-
Suggestion
-
Resolution: Fixed
-
82
-
82
-
NOTE: This suggestion is for JIRA Cloud. Using JIRA Server? See the corresponding suggestion.
This has now been implemented as the issueLinkType field, with the same behaviour as the equivalent, recently-added Jira Server functionality.
Additionally, we've also added an issueLink field, which functions equivalently to the linkedIssue() JQL function, but is more discoverable and flexible.
originally copied from this comment
Function linkedIssues() only shows the issues linked to a particular issue, I want to find all issues those are linked to other issues marked by a specific link type, e.g., "is blocked by".
This function could incorporate querying issues that are linked to any issue with a given link type and bearing in mind that links have two identities, one in each direction, the link type could be direction specific or not.
Examples
- find all issues that are duplicates of issue
JRA-25640(one direction, issue specified) - find all issues that are blocking issue
JRA-25640or thatJRA-25640blocks (bidirectional, issue specified) - find all issues that are duplicates of any issue, or which duplicate any issue (bidirectional, no issue specified)
- find all issues that are blocked (one direction, no issue specified)
- find all issues that are linked to a specific issue and display those based on a specific depth (linked issues displaying linked relationship two, three, etc., issues deep)
Implementation Notes
- The JQL function that exists must continue to work exactly as it does. If it is possible to overload the JQL function based on arity and this makes a consistent API, then this would be preferred. Otherwise, there may need to be a new function name which provides vararg behaviour as described above.
- The link index entries added in 4.4 (I think) provide enough to build performant lucene queries for the above use cases. What's missing is the JQL function plumbing.
- is duplicated by
-
JRACLOUD-33040 search issue by external link
- Closed
-
JRACLOUD-36215 Ability to search OnDemand JIRA issues and report by issue link type
- Closed
- is related to
-
JRACLOUD-14747 Ability to search for issues with blockers linked to them
- Closed
-
JRACLOUD-42394 JQL function to return issues based on the number of linked issue
- Closed
-
JRASERVER-25640 JQL function for showing all issues linked to any issue by a given issue link type
- Closed
-
JRACLOUD-22024 Ability to search for blocked / blocking issues
- Gathering Interest
-
JRACLOUD-22577 Ability to search for all issues that are linked to (i.e. blocking) by any issue
- Gathering Interest
-
JRACLOUD-28064 The ability to query remote link data via JQL
- Gathering Interest
- was cloned as
-
JRACLOUD-41841 JQL function for showing all issues linked to any issue by a given issue link type
- Gathering Interest
- is depended on by
-
DEVHELP-3270 Loading...
- mentioned in
-
Page Loading...