Error when editing a version

Issue #4 resolved
Holger Schimanski repo owner created an issue

When editing a version (description or name) an error occures and JIRA log shows an error message.

image003.jpg

2017-02-27 14:28:51,892 http-bio-8080-exec-6 ERROR userid 868x1769x1 115qjxo 10.165.12.37,fe80:0:0:0:b4eb:c52e:1c6c:babf%12 /rest/versionmanager/1.0/versionmanager/TSDM/10506 [common.error.jersey.ThrowableExceptionMapper] 
Uncaught exception thrown by REST service: com.atlassian.jira.project.version.VersionManager.editVersionDetails(Lcom/atlassian/jira/project/version/Version;Ljava/lang/String;Ljava/lang/String;)Lcom/atlassian/jira/project/version/Version;
java.lang.NoSuchMethodError: com.atlassian.jira.project.version.VersionManager.editVersionDetails(Lcom/atlassian/jira/project/version/Version;Ljava/lang/String;Ljava/lang/String;)Lcom/atlassian/jira/project/version/Version;
    at jira.plugin.versionmanager.rest.VersionManagerRest.updateVersion(VersionManagerRest.java:267)

Comments (6)

  1. Holger Schimanski reporter

    Looks like this is a problem in component-import of VersionManager from JIRA API. Will change setting in plugin config xml which should solve this issue.

  2. Log in to comment