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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.