How to find all issues that have a link type CLONE?

Dušan Juhás January 21, 2014

Is there a way in JQL how to find all issues from a certain project which are linked by a CLONE?

(Ideally without an additional JIRA plugin)

1 answer

1 accepted

4 votes
Answer accepted
Ubisoft
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 22, 2014

Hi Dusan,

Not really possible with the base application, but with script runner (which is free) you can do it with: issuefunction in hasLinkType("cloners")

I know that it requires a plugin, but at least it's free :-)

Dušan Juhás January 23, 2014

Thank you,

works nice.

The only small difference is that link type is case sensitive and following syntax is required

issuefunction in hasLinkType("Cloners")

(Cloners instead of cloners)

Suggest an answer

Log in or Sign up to answer