"Can't find plugin module for class" error in script

Oliver Krebs August 6, 2014

I am running a script as a post function on a transition. This script tries to inject an instance of ApplicationProperties. The code is:

import com.atlassian.jira.config.properties.ApplicationProperties

...

@PluginModule
ApplicationProperties applicationProperties

Running this script, I receive the following message:

java.lang.Exception: Can't find plugin module for class: com.atlassian.jira.config.properties.ApplicationProperties, check the plugin is installed / enabled / licensed.

The system plugin Application Properties is enabled.

Do yo have an idea how to fix this problem?

Best regards,

Oliver

1 answer

0 votes
Doug Gibbs February 12, 2016

Have you ever figured out was the issue was with this error

Suggest an answer

Log in or Sign up to answer