-
Bug
-
Resolution: Fixed
-
Major
When using this plugin on an old version of JIRA like v4.4.4 the rest API url is http://localhost:8080/rest/api/2.0.alpha1/issue and not /rest/api/2/issue/.
In the code I saw on line 151
String url = this.serverAddress + "rest/api/2/issue/";
Please make it so that this string is parametrized so that we can define it ourselves due to different JIRA versions.