How can i find clones of a one specific CR through JIRA query.

Hafiz Mustafa March 15, 2012

Hi there,

I have one CR which is base clone of multiple CRs and looking to write JIRA query which could

help me pull list of all cloned CRs.

Does anyone can help with query.

Thanks

HM

1 answer

1 accepted

1 vote
Answer accepted
Dieter
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 16, 2012
To get the issues that are clones of ABC-123: issue in linkedIssues(ABC-123,"is cloned by")
Hafiz Mustafa March 18, 2012

Thanks Dieter. It worked for me.

Hafiz Mustafa March 18, 2012

BTW, it worked with issue in linkedIssues(ABC-123), had to remove "is cloned by"

Suggest an answer

Log in or Sign up to answer