Heads up! On March 5, starting at 4:30 PM Central Time, our community will be undergoing scheduled maintenance for a few hours. During this time, you will find the site temporarily inaccessible. Thanks for your patience. Read more.
×I've created 2 identical projects for purpose of this exercise and i'm trying to run issue cloning from project A to B, every time when issue is created in project A.
I've red all articles i could about issue types and other dependencies but the error remains the same: "
Hi Marcin - Welcome to the Atlassian Community!
Issue Types (like pretty much all objects/configurations) in Team Managed projects are unique to that project by design. So Task issue type in Project A is not the same as Task issue type in Project B. They have different issue type IDs.
So you can't do the automation using same issue type in your clone. But if you create a series of IF/ELSE statements for each issue type then it will work.
That looks like this. If Issue Type = Task then do you clone but actually select Task as the value for the Issue type. Next grouping, If issue type = Epic, then clone to Issue Type = Epic.
Hopefully you won't have too many of these to have to cycle through.
Good luck!
Thank You. It worked.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Great. Glad to hear.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
If you decide that 'IF/ELSEing' through potential issue types is too much of a hassle, or you want to copy custom field values when cloning your issues, you might want to try our app Deep Clone for Jira.
Deep Clone can clone issues between different team-managed projects, and can also clone issues between team-managed and company-managed projects.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.