I use VersionManager to get and edit versions of a project. I add it to my JIRA plugin via injection and component-import.
<component-import key="versionManager" interface="com.atlassian.jira.project.version.VersionManager"/>
Some user of my plugin report, that they get NoSuchMethodError for e.g. editVersionDetails(Version version, String name, String description). This method is definitly available in that JIRA version. In my development environment I have the same issue if I reload the plugin via fastdev.
Any ideas, what’s going on here?
Best regards
Holger