I've been trying to get the Jira work items going, but run into the following:
java.lang.ClassNotFoundException: org.jbpm.process.workitem.jira.AddCommentOnIssueWorkitemHandler from [Module "deployment.kie-server.war" from Service Module Loader]
Is this a known problem with 7.25.0.Final? I've tried redoing everything (including the entire jbpm installation) multiple times, some other work items work fine, but the Jira ones do not :-/
Also, the default "Log" work item does not seem to work either...
@pefeigl Could you share a reproducible example so I can test please? The error probably just means that you do not have proper dependencies to this repo set up, but need to see code to make sure. Thanks!
I've been trying to get the Jira work items going, but run into the following:
Is this a known problem with 7.25.0.Final? I've tried redoing everything (including the entire jbpm installation) multiple times, some other work items work fine, but the Jira ones do not :-/ Also, the default "Log" work item does not seem to work either...