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.
Hi Adaptavist,
Could you please give some insight on why custom listener class is not working anymore?
Listener is from your example:
import com.atlassian.jira.event.issue.AbstractIssueEventListener
import com.atlassian.jira.event.issue.IssueEvent
import org.apache.log4j.Category
class ExampleListener extends AbstractIssueEventListener {
Category log = Category.getInstance(ExampleListener.class)
@Override
void workflowEvent(IssueEvent event) {
log.debug "Event: ${event.getEventTypeId()} fired for ${event.issue} and caught by ExampleListener"
}
}
But I get this error regardless:
2020-07-22 09:53:15,246-0400 http-nio-8080-exec-4 ERROR viktor.kuzmychov 593x162893x1 b1q2qw 10.34.211.142,10.36.79.31 /secure/AjaxIssueAction.jspa [c.o.scriptrunner.runner.AbstractScriptListener] Script function failed on event: com.atlassian.jira.event.issue.IssueEvent, file: null groovy.lang.MissingMethodException: No signature of method: ExampleListener.main() is applicable for argument types: ([Ljava.lang.String;) values: [[]] Possible solutions: wait(), wait(long), find(), any(), wait(long, int), init(java.util.Map)
I have 6.1.0-p5 Scriptrunner on Jira v8.5.3
Thank you.
This is a known bug described here:
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.