I've compiled a simple rest client jar using maven/intellij and would like to use it in Jira via a Groovy script (Custom listener through Script Runner). I've placed the jar in atlassian-jira\WEB-INF\lib. Upon restarting the service the library isn't found when trying to import it in script runner.
The name / artifactId / group Id of the jar is not listed in the jira-atlassian.log (i.e. it's not being compiled) - how can I rectify this? I'm using Jira 7.8.
Thanks!
sorted, was referencing the java class wrong.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.