List of all linked issues?

Vinay Shekar March 22, 2016

How to get list of all linked issue of a particular project?

Thanks
Vinay

1 answer

1 accepted

6 votes
Answer accepted
Georges Moubarak
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.
March 22, 2016

Hi @Vinay Shekar,

From were do you want to retrieve this list, DB, api, REST,...

Vinay Shekar March 22, 2016

@Georges MOUBARAK [Infosysta] From Issue navigator? 

Georges Moubarak
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.
March 22, 2016

@Vinay Shekar, you need to go to the issue navigator, switch to list view, click on "columns" button and search for "linked issues", select it and click on "Done"

Vinay Shekar March 22, 2016

@Georges MOUBARAK [Infosysta] Sorry I guess we misunderstood the requirement. 

Let me explain you in detail.

I have projects say ABC and XYZ.

ABC-1 --> Linked issues are XYZ-1, XYZ-2, XYZ-3

ABC-2 --> Linked issue are XYZ-1, XYZ-4, XYZ-5

 

Now I need to see only XYZ-1, XYZ-2, XYZ-3, XYZ-4, XYZ-5 in the issue navigator. 

Basically I am looking for some query to get the above result.

 

Thanks

Vinay

Georges Moubarak
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.
March 22, 2016

@Vinay Shekar, In this case you need to have the scrip runner addon(you can get the free version). Once you install it, you will have new JQL functions.

In the issue navigator, go to basic mode and type the following:

Project = XYZ and IssueFunction in LinkedIssuesOf("project = ABC").

The above query will retrieve all XYZ issues that are linked to ABC project.

You can also customise the sub-query inside the LinkedIssuesOf("")

Vinay Shekar March 22, 2016

Thanks that worked. 

Georges Moubarak
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.
March 22, 2016

You're most welcome @Vinay Shekar

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events