You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
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.
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.