Hello beautiful people. I am trying to create a workflow so that the user creates a sub task off of a parent JIRA, and will continue to keep creating new children to that parent as time goes on. On my initial child JIRA, I am getting the error Error creating issue: Could not load FunctionProvider class.inDoes this have anything to do with the types of workflows that the parents and children have? Or is it because one has a field that the other one doesn't? The strange thing is that this error is happening in production and not in staging JIRA. In staging JIRA it works fine. Also, this is the log error that we are seeing Missing plugin 2012-07-26 08:42:12,766 http-80-1 ERROR rbirzin 522x245x1 k7ovzk 10.66.1.163 /secure/QuickCreateIssue.jspa atlassian.jira.workflow.DefaultOSWorkflowConfigurator Could not load class 'securitylevel.jira.plugin.postfunction.SetSecurityLevelFunction'
but my IT guys says the plugins are the same in both staging and production. Has anyone seen something similar before? Thanks!
The cause of this was that one of the post-functions on the "create issue" transition in the workflow for this issue type had a missing class "securitylevel.jira.plugin.postfunction.SetSecurityLevelFunction". This class should be provided by the JIRA Misc Workflow Extensions plugin, but had been dissociated on this post-function in the workflow.
The solution was deleting and re-adding the post-function, after confirming this plugin was installed.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.