I'm trying to add configuration to my plugin, but the project (generated using PluginSDK) does not include AbstractEditConfigurationItemAction (class definition not found).
What is its pom dependency?
pom generated by pluginSDK has this commented out:
<!-- Add dependency on jira-core if you want access to JIRA implementation classes as well as the sanctioned API. -->
<!-- This is not normally recommended, but may be required eg when migrating a plugin originally developed against JIRA 4.x -->
<!--
<dependency>
<groupId>com.atlassian.jira</groupId>
<artifactId>jira-core</artifactId>
<version>${jira.version}</version>
<scope>provided</scope>
</dependency>
-->
Once uncommented, the class AbstractEditConfigurationItemAction can be found.
But is that still the recommended way to develop a plugin with configuration, as the comment suggests a new way?
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.