Wondering can anyone assist me with an idea that we wish to explore in our Jira Service Desk environment. Looking to create an automation rule that targets jira's that have been cloned from older jira tickets.
Have noticed that cloned jira's carry a Issue Links where it can be seen that it has been cloned from another jira, does anyone know where this issue link is stored and if so how can I access it via a JQL Query.
Appreciate any support or information on this topic.
Thanks
Hello @Marcus_O_Brien
Maybe you could search for something like this one below where it searches for all issues linked to the one in parenthesis.
issue in linkedIssues(issueKey)
I hope this helps!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.