Hello everyone
I have a plugin developed by me and it is installed in a jira with version 8.4 it works perfectly well but I have another container server on which I have just upgraded jira to version 9.4 in Data Center but this plugin no longer works ?
Do you have an idea ?
Thanks in advance
Hi @Salim
Its possible that you are using a deprecated class in Jira 9. You must ensure your app is compatible with jira 9.
Review this url: https://confluence.atlassian.com/jiracore/preparing-for-jira-9-0-1115661092.html
Hope this help!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Salim Hammar ,
you need to adapt your plugin to JIRA 9.4 version. Please define 9.4.2 in your pom file and try to builti it again before to deploy it in a JIRA 9.4.2 version.
Fabio
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello @Fabio Racobaldo _Herzum_
i have modify this line in my file POM : <jira.version>9.4.0</jira.version>
but it's nort worked , and i when cliked in button "configure" the plugin in manage app i have a error "405"
Have you idea ?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hey @Salim Hammar , 405 is method not allowed. Please check the log file (atlassian-jira.log) in order to figure out what is the problem.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello @Fabio Racobaldo _Herzum_
I have see the log and i have this error :
interfacePluginAdminAction!default' does not support 'GET' request method
have you idea for i can resolve or replace this method ?
Thanks in advance
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
hey @Salim Hammar im facing the same issue with my plugin. did you manage to find a fix for that?
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.