Hi,
I want to clone an issue automatically when i change its status e.g. in progress to done. so the issue get automatically clone to all the affected versions mentioned in that issue/ticket. Also i am using clone plus for Jira. Can anyone suggest how this can be achieved either by plugin or any means.
Please suggest.
Thanks in advance.
Thanks,
Shikha
Hello,
You would need a plugin for it:
For example, you could use the Power Scripts add-on:
You could create the Sil post function for the required transition with a code like this:
cloneIssue(
key
);
This post function would create a clone for the issue, which was transitioned to the required status.
Thanks for your support i will follow this.
Can anyone tell that above can be done by using "create on transition for jira"?
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.