I used to use this to transit an issue in my post function:
WorkflowTransitionUtil workflowTransitionUtil = ( WorkflowTransitionUtil ) JiraUtils.loadComponent( WorkflowTransitionUtilImpl.class );
workflowTransitionUtil.setIssue(issue);
After I updated JIRA there are many warnings for deprecated methods.
The problem is I want to use this same snippet in a scheduled Project Automation task. But there, the second line gives me an error: Cannot find matching method.
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.