I have set an automation trigger to clone an issue when certain conditions are met. However, the clone does not inherit the "Request Type" from the original issue. So in my queue, that column is blank. Is it possible to inherit the Request Type when cloning an issue?
Hi @Tim Lee
Automation for Jira doesn't automatically copy the request type when clonning a ticket, however you can make that edit in another action in the same automaton. This article shows you how you can set the request type for the clone ticket.
From what you described, I believe you will need to create different if/else blocks for each request type on your project.
Hope I was able to help.
Kind regards,
Ana
Hi @Tim Lee
What you are seeing is expected: Jira Automation’s built-in “Clone issue” action leaves the Request Type blank. To keep the Request Type automatically, you can use Deep Clone for Jira instead of the default clone.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Luka Hummel - codefortynine , when you're part of an Atlassian Partner team, we kindly ask that you also include text in your comment stating you work for the company that built the app, per our Partner Rules of Engagement. Thanks!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Tim Lee -
In your automation rule, you will need to EDIT the issue again to populate the cloned issue. Internally, the clone issue process is treated as issue creation not the same as issue creation via the portal UI where "Request Type" is invoked.
Hope this also helps.
Best, Joseph Chung Yin
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.