-
Suggestion
-
Resolution: Fixed
-
None
-
None
NOTE: This suggestion is for JIRA Server. Using JIRA Cloud? See the corresponding suggestion.
I'm the maintainer of the Sauce Connector plugin for Jira (https://marketplace.atlassian.com/manage/plugins/net.customware.plugins.connector.saucelabs.saucelabs-connector-plugin)
The plugin is currently available to Jira OnDemand users and we've just released a new version which fixes an error that is generated when users attempt to use the plugin.
The error that is thrown is a NoSuchMethodError, and the error is related to the Customware Atlassian Adapter plugin. As far as I can tell, version 1.4.26 of the Customware adapter plugin is now being used by Jira OnDemand, and this version includes a change to the RemoteUpdateRecord class which is incompatible with the version of the Sauce Connector plugin,
Specifically, the net.customware.plugins.connector.core.remote.bean.RemoteUpdateRecord class in previously had a no-arg constructor, but now has a constructor with arguments.
We've released version 1.6 of the Sauce Connector plugin (available from https://marketplace-cdn.atlassian.com/files/artifact/96a2dfde-d2cd-4f6d-8c28-c2db603c3142/saucelabs-connector-plugin-1.6.jar) - would you be able to make this version of the plugin available to Jira OnDemand users?
- relates to
-
JRACLOUD-41619 Allow version 1.6 of Sauce Connector plugin to be available to Jira OnDemand users
- Closed
rossco_9_9 good to know
Once again apologies that it took that much time.