This error appears when trying to clone a ticket, "com.atlassian.jira.exception.createexception: Error occurred while creating issue through workflow"
I've looked into the validators and the logs to try to locate the issue. There is a validator on creating a ticket that requires the issue to have an attachment. And that's the same error, "Attachment is required", which appears in the log. But the ticket I am trying to clone has an attachment and I click the "Clone Attachment" check box when trying to clone my issue to make sure it retains the attachment. Yet it still throws the same error. I tested removing the validator that requires an attachment on creation and then cloning the issue and the clone operation worked just fine. But the user I am building the workflow for said they wanted the validator in there. So I'm wondering why the validator is throwing the error when it has an attachment and if there is another way to make this work.