How to track dependencies in Jira ( Linked issues)

Siddarth Gaonkar February 7, 2013

We are using Jira across our organisation across multiple interdependant teams(projects). Each project has dependencies on the other. we are planning to line the dependant issues. however, i would like a holistic view of all the dependencies on my project and a view for all the dependencies my project has.

11 answers

3 votes
Kinto Soft
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 8, 2013

The Links Hierachy plug-in may help you:

https://marketplace.atlassian.com/1211022

as it provides several built-in JQL functions for hierarchies of linked issues plus

So you can:

1. create a query fetching all the issues in a project. Ex:

project = 'TEST'

2. Pass the query id above (1) as parameter to the Links Hierarchy JQL function to get all the issues linked to your project on the Issue Navigator (advanced view). Ex:

linksHierarchyFilter("10001", 0)

3. Combine the JQL above (2) with other standard JQL . Ex:

linksHierarchyFilter("10001", 0) AND project != 'TEST'

The query above (3) would return all the cross linked project isssues only. So you could easily see what other projects impact on (link to) the TEST project.

Moreover, Links Hierarchy draws the results in a nice interactive HTML 5 tree fully synchronized with the Issue navigator, so you can see the chain of links (path) from the issue to the project TEST for each cross project linked issues.

Hope it helps.

1 vote
Pablo Beltran
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.
January 27, 2015

Furthermore the amazing hierarchical tree view in Links Hierarchy 3, full interactive network graphs are supported in the 4.0 version:

links_hierarchy_4.gif

1 vote
Nicole Lesko June 7, 2013

The JQL query only gives you linked issues for a particular issue NOT for a project.

Kinto Soft
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.
May 8, 2014

+1. With the standard linkedIssues("ABC-XXXX") JIRA JQL function you cannot explore hierarchies, only one level and only for one issue.

0 votes
VortexWeb Innovations July 25, 2023

Hi!

There is a new cloud app (Link Graph) for viewing all issue dependencies (inside issue view page), and you can filter by project. There are other filters too

https://marketplace.atlassian.com/apps/1231565

project.jpg

0 votes
LUC FILION September 18, 2014

Hello all, 

You can use Impact for JIRA plugin (http://bit.ly/1tYPzxu) which allows to display issue dependencies and issue links. 

Luc

0 votes
rupert THURNER October 17, 2013
0 votes
Nicole Lesko June 7, 2013

The JQL query only gives you linked issues for a particular issue NOT for a project.

0 votes
Renjith Pillai
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.
June 6, 2013

Use the JQL issue in linkedIssues("ABC-XXXX")

0 votes
Nicole Lesko June 6, 2013

is there an option for ondemand? or at least a means of writing a custom filter?

Kinto Soft
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.
May 8, 2014

Links Hierarchy is not available onDemand yet.

0 votes
Nicole Lesko June 6, 2013

[sorry for duplicate posting - got send happy, and it looks like it won't let me delete]

0 votes
Yogesh May 7, 2013

Is it a substitute for Link Hirerachy report?

Kinto Soft
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.
May 8, 2014

Yes, Links Hierarchy is an alternative to the Links Hierarchy Reports for JIRA 5+.

Suggest an answer

Log in or Sign up to answer