Hi All
I have recently upgraded a jira plugin and when I placed it uner the installed_plugins directory(usual place to put the plugins 2 type plugins) I received an error message that it could not load the plugin and I copy over the jar to WEB-INF/lib directory (usual place to keep plugin 1 type)
My question is how do I make a plugin type-2 compatible?
Note: Functionally my upgraded plugin is running fine
Rahul
Depending on the type of your plugin it might be sufficient to just add plugins-version="2" to your atlassian-plugin.xml
<
atlassian-plugin
key
=
"com.atlassian.confluence.plugins.example"
name
=
"Example Plugin"
plugins-version
=
"2"
>
Thanks. Go it. I am sure it will work then.
Rahul
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks. Go it. I am sure it will work then.
Rahul
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.