Specific workflow transition is not working after upgrading JIRA

Still need help?

The Atlassian Community is here for you.

Ask the community

Symptoms

  1. Specific or a particular workflow transition is not working for issues in the project
  2. The problem occur after an upgrade (Eg. JIRA 4.4.4 to JIRA 6.0.5)
  3. There is a warning in the UI when trying to click on the transition button or workflow steps button (Eg. "Communications breakdown")
  4. The following appears in the atlassian-jira.log:
 
2013-08-20 11:19:48,693 com.atlassian.mywork.client.reliability.DefaultUnreliableWorker:thread-1 WARN klaus 676x2350x1 2cczu0 194.138.39.56 /rest/api/2/issue/SHC-750/comment [apache.commons.httpclient.HttpMethodBase] Going to buffer response body of large or unknown size. Using getResponseBodyAsStream instead is recommended.
2013-08-20 11:45:00,808 ajp-bio-8009-exec-610 ERROR      [500ErrorPage.jsp] Exception caught in 500 page com/opensymphony/user/User
java.lang.NoClassDefFoundError: com/opensymphony/user/User
	at com.innovalog.jmwe.plugins.functions.AssignToRoleMemberFunction.execute(AssignToRoleMemberFunction.java:95)
	at com.opensymphony.workflow.AbstractWorkflow.executeFunction(AbstractWorkflow.java:1050)
	at com.opensymphony.workflow.AbstractWorkflow.transitionWorkflow(AbstractWorkflow.java:1446)

Cause

There is a compatibility issues with the user-installed plugin and the version of JIRA after the upgrade. In this case, the below suggest that it is a class from Innovalog's JIRA Misc Workflow Extension plugin that is having the compatibility issue.

com.innovalog.jmwe.plugins.functions.AssignToRoleMemberFunction.execute(AssignToRoleMemberFunction.java:95)

Resolution

  • Update the third-party plugin to the version that is compatible with JIRA version. You can refer to http://marketplace.atlassian.com for more information.
  • If there is no compatible version, please disable/remove the problematic plugin from JIRA and contact the developer of the third-party plugin to update the plugin compatibility.

    (info) This steps could apply for other third-party plugins as well.

Last modified on Mar 30, 2016

Was this helpful?

Yes
No
Provide feedback about this article
Powered by Confluence and Scroll Viewport.