Last updated Apr 19, 2024

PluginException

Symptom: "PluginException: Unable to instantiate class"

Cause: No Java class file referring to the class exists, so the automatic scanner for injection didn't know it needed to make the class importable

Solution: Explicitly add <component-import> elements or create a subclass with a delegating constructor

Example:

Create a New JIRA Custom Field Type

See also  PLUG-535 - Create explicit imports for host components Resolved

Rate this page: