-
Suggestion
-
Resolution: Fixed
-
828
-
70
-
-
NOTE: This suggestion is for JIRA Server. Using JIRA Cloud? See the corresponding suggestion.
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
-
JRASERVER-33040 search issue by external link
- Closed
-
JRASERVER-36215 Ability to search OnDemand JIRA issues and report by issue link type
- Closed
- is related to
-
JRASERVER-22577 Ability to search for all issues that are linked to (i.e. blocking) by any issue
- Needs Triage
-
JRASERVER-14747 Ability to search for issues with blockers linked to them
- Closed
-
JRASERVER-42394 JQL function to return issues based on the number of linked issue
- Closed
-
JRASERVER-22024 Ability to search for blocked / blocking issues
- Gathering Interest
-
JRASERVER-28064 The ability to query remote link data via JQL
- Gathering Interest
- relates to
-
JRACLOUD-25640 JQL function for showing all issues linked to any issue by a given issue link type
- Closed
-
JRASERVER-24557 Show status of linked issue(s) in search (Issue Navigator )
- Closed
-
JRASERVER-69124 JQL function to display all issues linked by the linked issue's resolution
- Gathering Interest
-
RAID-679 Loading...
- was cloned as
-
JRASERVER-41841 JQL function for showing all issues linked to any issue by a given issue link type
- Closed
- copied to
-
JRADEV-12677 Loading...
- links to
- mentioned in
-
Page Loading...
-
Page Loading...
-
Page Loading...
-
Page Loading...
-
Page Loading...
-
Page Loading...
-
Page Loading...
-
Page Loading...
-
Page Loading...
-
Page Loading...
-
Page Loading...
-
Page Loading...
-
Page Loading...
-
Page Loading...
-
Page Loading...
-
Page Loading...
-
Page Loading...
-
Page Loading...
-
Page Loading...
-
Page Loading...
-
Page Loading...
-
Page Loading...
-
Page Loading...
-
Page Loading...
-
Page Loading...
-
Wiki Page Loading...
-
Wiki Page Loading...
-
Wiki Page Loading...
-
Wiki Page Loading...