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.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.