IQL with groovyscript

sao bien November 14, 2019

Hi All,

I am getting error with below code with "iqlFacade.findObjectsByIQLAndSchema" with error message "can not find matching method"

import com.atlassian.jira.component.ComponentAccessor

Class iqlFacadeClass = ComponentAccessor.getPluginAccessor().getClassLoader().findClass("com.riadalabs.jira.plugins.insight.channel.external.api.facade.IQLFacade");
def iqlFacade = ComponentAccessor.getOSGiComponentInstanceOfType(iqlFacadeClass);
def objects = iqlFacade.findObjectsByIQLAndSchema(81, "ObjectType = TS");

 

1 answer

0 votes
sao bien November 14, 2019

Could any one help me? Thank so much

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events