Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Tempo Account usage Error (version 8.15.2)

Christos Moysiadis
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
November 23, 2018

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

0 answers

Suggest an answer

Log in or Sign up to answer