Hey,
I'm trying to make a simple rule in Automation for Jira which clone an issue in the same project but another issue type and i always get the same error:
Clone issue
Unexpected error executing rule:java.lang.NoClassDefFoundError: com/codebarrel/automation/api/thirdparty/AutomationRuleComponent
If i'm trying to create and not to clone issue, the same error i get.
Basically my rule is:
When: Value changes for
MyFieldName
If: MyFieldName contains any of
Option1, Option2, Option3
Then: Clone issue into
Same project
And: Link issue to
Trigger issue
Can somebody help me? Thanks.