package com.xxx.jira.helpdesk
import com.xxx.jira.helpdesk.util.xxxJiraHelpdeskUtils
xxxJiraHelpdeskUtils xxxJiraHelpdeskUtils = new xxxJiraHelpdeskUtils(issue)
xxxJiraHelpdeskUtils.processHelpdeskIssueCreation();
this groovy script above throughs me the following error:
2018-11-23 14:04:50,280 http-nio-8085-exec-2 ERROR admin 844x1566x3 17c3fe8 0:0:0:0:0:0:0:1 /servicedesk/customer/portal/9/create/55 [c.o.s.jira.workflow.ScriptWorkflowFunction] Script function failed on issue: null, actionId: 1, file: com\xxx\jira\helpdesk\CreateHelpdeskIssue.groovy
groovy.lang.MissingMethodException: No signature of method: com.xxx.jira.helpdesk.util.xxxJiraHelpdeskUtils.processHelpdeskIssueCreation() is applicable for argument types: () values: []
at com.xxx.jira.helpdesk.CreateHelpdeskIssue.run(CreateHelpdeskIssue.groovy:8)
------
In the xxxJiraHelpdeskUtils.groovy , I make use of annotation @WithPlugin("com.tempoplugin.tempo-accounts") but it throughs me this error.
Caused by: java.lang.NoClassDefFoundError: Unable to load class com.xxx.jira.helpdesk.util.xxxJiraHelpdeskUtils due to missing dependency com/tempoplugin/accounts/account/api/Account
Any thoughts whats going on?
i use the latest version of scriptrunner and tempo timesheets
best regards
CM