How do I include "Branch-replicates," "clones," and "is cloned by" as columns in a query?

Christine Diamond December 19, 2019

How do I include "Branch-replicates," "clones," and "is cloned by" as columns in a query? I want the information that appears in the Issue Links within a JIRA ticket to be reportable as a filter item and/or column my query.

Two use cases:

(1) see the root/parent CRD issue of an issue that was cloned or replicated from another, and

(2) see the clones/replicants of a CRD.

Additionally, within the JIRA ticket, I would like to see the target FixVersions for each of the linked issues. 

1 answer

0 votes
Zita Bagi
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.
December 20, 2019

Hi,

you can use issueLinkType = clones and the further specify the query.

Here it is explained that you can use summary ~ "CLONE -" but that's not too practical because Summaries are sometimes changed or ... AND (summary ~ clone OR text ~ cloned)

https://community.atlassian.com/t5/Jira-Software-questions/In-JQL-how-can-I-search-for-issues-that-have-not-been-cloned/qaq-p/860688

As for Branches, is this what you are looking for?

https://confluence.atlassian.com/jirasoftwareserver/advanced-searching-development-fields-reference-973491363.html

https://community.atlassian.com/t5/Jira-questions/JQL-to-find-the-issues-that-have-code-commits/qaq-p/253313

Suggest an answer

Log in or Sign up to answer