What to add to my JQL request so that it issues a ('clone by') for a specific project?

Alex
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 26, 2022

What to add to my JQL request so that it issues a ('clone by') for a specific project?
My project is TPAGENT . Need to find ('clone by '), only in project (NKFO-9125)

 

project = TPAGENT AND issuetype = "Contact NG" AND status = Closed AND createdDate > "2022/01/01" and resolved < "2022/12/31" AND issueLinkType = "cloned by"

1 answer

0 votes
Jack Brickey
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
April 26, 2022

Hi @Alex , there isn't a function for clonedby. Can you explain your goal? When you clone an issue the Summary and description among other fields are copied so you could find the clone by search the text. 

Alex
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 26, 2022

Hello @Jack Brickey Need to figure out how much was in my project escalated tickets to (NKFO-9125). It is necessary to implement the search through jql . I don't know how to add my script.

Jack Brickey
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
April 26, 2022

The only JQL option is searching text unless you creat a process of adding a label or something similar that would allow a more reliable JQL method. Or maybe you link the clone.

Suggest an answer

Log in or Sign up to answer