Hi, import com.atlassian.jira.jql.parser throws the error in the title. Though the class does exist in the documentation JqlQueryParser (Atlassian Jira - Server 9.12.17 API)
I don't get it.
Any help?
We actually need to use the constructor from
DefaultJqlQueryParser (Atlassian Jira - Server 10.5.0 API)
import com.atlassian.jira.jql.parser.DefaultJqlQueryParser;
import com.atlassian.jira.jql.parser.JqlQueryParser;
JqlQueryParser myParser = new DefaultJqlQueryParser()
myParser.whatever method.
You need to import import com.atlassian.jira.jql.parser.JqlQueryParser
Regards
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.