JIRA 6.3.9 and Script Runner 3.0.7.
I'm trying to add a script as a listener but I keep on getting this error:
Could not find class, check it is under a 'scripts directory'
I've put the file, called LDTSOrganisationListener.groovy, in WEB-INF/classes/com/linaro. The start of the file is:
package com.linaro class LDTSOrganisationListener extends AbstractIssueEventListener {
I'm putting com.linaro.LDTSOrganisationListener in as the name of the groovy class.
What have I got wrong, please?
The documentation seems to be a bit out of date/sync with the latest version of Script Runner.
Listeners should be placed under the JIRA Home directory in scripts. In the UI for adding a script listener, you just specify the class name and not the fully qualified name as the web page says. So, in my case, just LDTSOrganisationListener.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.