Just a heads up: On March 24, 2025, starting at 4:30pm CDT / 21:30 UTC, the site will be undergoing scheduled maintenance for a few hours. During this time, the site might be unavailable for a short while. Thanks for your patience.
×hi all ,i have a problem when i upgraded my plugin version from 4.4.1 to 5.1.8
previously it was working fine but now i am getting a 404 error stating that
" Found interface com.atlassian.jira.plugin.report.ReportModuleDescriptor, but class was expected
Could not find what you were looking for. Maybe you should raise an issue.
"
any help is appreciated. :)
Have you made changes to the pom.xml file for the JIRA version you want to upgrade this plugin to? Also you may like to use the Atlassian Plugin Checkup , to test your plugin 's compatibility w.r.t with JIRA version you are aiming at, to upgrade your plugin.
@Naren As you suggested for plugin checkup i just uploaded my plugin and check against 5.1.8 so i get ProjectActionSupport#addError(String, String):void in unavailable section what does that mean
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Naren i have made changes to pom.xml the actual error comes when i click next button to generate the report,and befor it is working fine
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Moiz,
Can you check with the JIRA latest API for the ProjectActionSupport and the method addError method and then amend the changes in the code.
Hope this helps!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Naren Checked but its correct,, Not getting things correct
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
AFAIK, you should check with the error logs for the plugin, consider the latest API, amend the changes in the code and recompile the plugin. Also try putting the log statements or debug the code. This might give you some hints to move ahead
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.