Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Can I query on types of "linked issues"?

jeroen_wilmes
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
February 10, 2022

I want to have an overview of all issues in a project that are linked to other issues.

E.g. I like to see all issues that are a parent of other issues.

I tried with JQL linkedissues = "parent".  and other variations as well but every time with same result " the issue key "parent" for field "linkedissue" is invalid.

 

Thanks for any help

4 answers

3 accepted

3 votes
Answer accepted
Tom Lister
Community Champion
February 10, 2022

Are you looking for linked issues or the sub-tasks of issues.

The issue link is a flat structure i.e. there is no parent just a relationship. This link is reciprocal so there will be a reference to the other issue on both sides

The issue link is not searchable only sortable but you can search for the presence of a link type which should get you all linked issues.

issueLinkType is not EMPTY
3 votes
Answer accepted
Mikael Sandberg
Community Champion
February 10, 2022

Yes, you can query on the issue link type, for example issueLinkType = parent. Have a look at the documentation for more information on how to use the issueLinkType.

0 votes
Answer accepted
Rahul_RVS
Atlassian Partner
February 11, 2022

Hi @jeroen_wilmes 

If you would be interested in a paid app, to visualize the hierarchy based on the issue links, we have created an add-on to track the issue links and issue progress at each level and for cross project links as well.

Pls try it out.

Agile Tools - Epic Tree, Links Tree and Time in Status 

Key features of Links Hierarchy:

  • Hierarchy upto 10 levels deep
  • Progress % on "remaining estimate" or "original estimates"
  • Edit Issue summary, time estimates, story points and assignee on the tree with real time updates in the progress
  • Rolled up percentage completion at all levels
  • Ability to add/remove the columns on the report

 

Disclaimer: I work for RVS, the vendor for this app, and I am one of the developers in the team

Links Hierarchy.png

0 votes
Shane McLachlan
Contributor
January 17, 2024

I found similar to @Mikael Sandberg 's response if I wanted to look for a specific type of relationship it was best to go with issueLinkType in ("xxxxxx"), with x being the actual relationship you are searching for. 

I was then able to pull out all the examples of that type, and could refine further if needed by including my project name etc.

Suggest an answer

Log in or Sign up to answer