You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
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.
Hi @Albert ,
this might be because your last action (Link Issue) is actually on the source issue, and is then in a loop trying to link to itself.
You should instead do a Link Issue to "Last created issue".
Let me know if this helps,
--Alexis
I have deleted that step entirely and i still get the same error.
I have updated the app to the last version. I have enable/disable the addon - nothing works...i just get that error.
The rule is simple now:
When: Value changes for
MyFieldName
If: MyFieldName contains any of
Option1, Option2, Option3
Then: Clone issue into
Same project
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Albert ,
did you make sure that the user running the rule can create issues in this project ?
Otherwise, it would be a good idea to open a support ticket to Atlassian : http://getsupport.atlassian.com/
Let me know if this helps,
--Alexis
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.