I'm not sure if I'm doing this right. So, I put when it should happen (Scheduled), then I put what should happen (Clone issue) and then I would like to have all my cloned issues the same status as NOT PASSED. I have attached the screenshot below, could you tell me if I am doing it right? I don't want to try it right now, because I have a lot of issues in my project and it will make a mess if I will make more tries :)
If I am doing this wrong, then how to connect this transaction which will say to all my issues that they should have the status: NOT PASSED.
Do I need to switch the Clone issue and Transition issue?
Thank you in advance!
Best regards,
Vladimir
The clone process just clones the issue. It can't change any of the data on it, it wouldn't be a clone if you did.
There are some apps that do enhanced cloning, which may suit you in this case.
If you want to do it in an automation, you are going to need a new chunk of automation steps - retrieve the new issue and update it as necessary (you might add that to the end of your current one, or have a second one for "when issue cloned, with the new one...")
Hi Nic,
Thanks for your reply. My idea was that I will clone the issue and then Transition the issue to "Not Passed".
I just wanted to make the status for cloning by default - Open/Not passed. Maybe it's not possible to do it in Jira then.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Um, have another read of my last paragraph!
The thing Automation can't do is move issues to other projects (because it always needs humans to do it)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
In my case it should be the same project, I'm not moving my issues to another project :)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
So which one of the options I mention would you prefer?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
HI Vladimir,
I think now this automation clones all the tickets in your project.
I think you could add a condition after the scheduler where you jql indicate which issues you want to clone.
In this example only clone issues in status=blocked
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.
Thanks for your reply, but my problem is that I have specific status right now for all my issues and I would like to have a different one for all issues which will be created after 11 months.
Right now I have all issues status as "Passed" and would like to create with automation the next ones with the status "Not Passed".
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.