I am trying to use an automation rule that is pretty basic and using manual trigger. The first step is an if condition that if a specific label does not exist to then clone into a different project. I am passing this If condition, but then when trying to clone the issue to a different project I am getting (400) bad request message. When cloning the issue, I have set to clone to a different issue type than the trigger issue type and into a different project. I am only setting one field while cloning, and that is to create a linked issue to the trigger issue. The project I am trying to clone into only has 3 statuses - ToDo, InProgress, and Done - the project I am cloning from has these same statuses, but also has about 10 other statuses.
I have a group of test projects where I have enabled this rule, and it is working fine. I am baffled as to why this same rule is failing in my other project. Any ideas?