Hello community!
I try to make transition via scriptrunner using IssueService in Jira 8.5.6
import com.atlassian.jira.bc.issue.IssueService
import com.atlassian.jira.component.pico.ComponentManager
IssueService issueService = ComponentManager.getComponentInstanceOfType(IssueService.class)
and have this error in log
groovy.lang.MissingMethodException: No signature of method: static com.atlassian.jira.component.pico.ComponentManager.getComponentInstanceOfType() is applicable for argument types: (Class) values: [interface com.atlassian.jira.bc.issue.IssueService]
But the same script works fine in Jira 7.13.8
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.