Find out issues with linked issues

Michael Zerfass January 31, 2012

Hello,

I'm searching for a possibility to find out which issues have linked issues.

It's no problem to find out for a specified issue with this JQL-Query: issue in linkedIssues(JIRA-123)

But what I need is, to find all issues which have linked issues.

Is there maybe any plugin for that?

Thanks

Michael

5 answers

1 accepted

2 votes
Answer accepted
Kapil Bolli
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 31, 2012

Hello Micheal,

There is a plugin JTricks where you can search all linked issues.

https://plugins.atlassian.com/plugin/details/31399?versionId=320622.

Hope this helps you.

Thanks & Regards

kapil

1 vote
Andrey Markelov
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.
April 16, 2014

This add-on: https://marketplace.atlassian.com/plugins/ru.andreymarkelov.atlas.plugins.utils

contains: linkedIssuesHasStatus. Example: issue in linkedIssuesHasStatus("Open", "Reopened", "In Progress", "is blocked by")

0 votes
Tymoteusz Krol April 12, 2017

Hello,

What about "composes" link? Is it possible to list any issues that "hasLink" composes?

Thanks

0 votes
Mike Lench
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.
April 16, 2014

you can do something like you want with scripted jql-functions

please check https://jamieechlin.atlassian.net/wiki/display/GRV/Scripted+JQL+Functions

also there is a relevant discussion https://answers.atlassian.com/questions/166537/jira-query-issues-with-linked-issues

0 votes
MinC
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 31, 2012

There used to be a plugin called JIRA Issue Linker and Searcher which allows you to search issue linking. There is a similar feature request has been raised here: https://jira.atlassian.com/browse/JRA-25640

Suggest an answer

Log in or Sign up to answer