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"
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.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.