I want to transfer issues between developers' projects automatically.
The workflow I have is:
When the issue in Project X transitions to state Y > Deep clones issue (with attachments) in Project Y > Clears assigned field.
How can I add this last step to this workflow?
Delete original issue to not mess up with sprint's story points.
Hi Daniela,
You could also set a value in a custom field of the original issue (or just use the transition to Y) and then create an Automation for Jira rule that deletes the original issue. That could be done when the value of the custom field changes. Or it could be done when the issue in that project transitions to Y (assuming all issues that transition to Y on that project should be deleted.
Having said all of that, you might want to actually transition the original issue to another Done status category like Discarded or Aborted or some other name. Then set the Resolution on that transition to Obsolete or Won't Do or something like that. This would be preferred as Deleting issues will eventually get you into trouble.
Hi @John Funk
Is "Deep Clone" available in the free version of Jira Software Cloud?
I can't seem to find it...
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Mike Clarke,
I am the product manager of Deep Clone for Jira.
Deep Clone is paid app you can download in the Atlassian Marketplace. You can test it for free for 30 days.
If you have questions about Deep Clone, don't hesitate to contact our support.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Try IssueFactory.cloneIssueWithAllFields().
I think, it should be called by listener, not in post-function.
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.