Trying atlas-install-plugin with Jira 8x gives
java.lang.NoSuchMethodError: com.atlassian.plugin.PluginController.installPlugin(Lcom/atlassian/plugin/PluginArtifact;)Ljava/lang/String;
at com.atlassian.pdkinstall.PluginInstaller.install(PluginInstaller.java:40)
I guess, thing is PluginInstaller (from Atlassian PDK Install Plugin) still calls String installPlugin(PluginArtifact pluginArtifact), but this method is removed from com.atlassian.plugin.PluginController in 8x.
Any ideas of workaround?
Solved by modifying sources found here
https://bitbucket.org/atlassian/pdkinstall-plugin/src/master/
Hello @Alexey Dorofeyev ,
Could you please be more specific on how you fixed the issue?
Regards,
Razvan
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.