Hello,
We are using ScriptRunner Add-In for running scripts. After upgrade of JIRA Software from 7.1 to 7.8, some scritps are not working and we are getting following error in logs:
General error during conversion: Error grabbing grapes -- /home/jira/.groovy/grapes/resolved-caller-all-caller-working11.xml (No such file or directory)
In some of our scripts we are using Log4j and Apache Poi:
@Grab('log4j:log4j:1.2.17')
import groovy.util.logging.Log4j
import org.apache.log4j.Level
@Grab( 'org.apache.poi:poi:3.9' )
import org.apache.poi.hssf.usermodel.HSSFWorkbook
Is this not needed anymore?
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.