I am not having much luck getting a groovy script to work. It works fine on my local machine, but when I push it to the server running 7.5 it gives the below error.
Any help would be appreciated.
Groovy line
def theUser = apiAccessor.getIdentityAPI().getUserByUserName
return theUser.id
Error message
java.lang.ClassNotFoundException: com.bonitasoft.engine.api.APIAccessor