public interface

QueryParser

com.atlassian.jira.dashboarditem.statistics.util.QueryParser
Known Indirect Subclasses

Class Overview

Used to parse jql query strings to determine if it is a valid jql, therefore returning the Query.

Summary

Public Methods
@Nonnull Either<QueryErrorCollection> getQuery(ApplicationUser user, String jql)
Get the query for a given jql, otherwise an error collection if error.

Public Methods

@Nonnull public Either<QueryErrorCollection> getQuery (ApplicationUser user, String jql)

Get the query for a given jql, otherwise an error collection if error.

Parameters
user completing the search
jql for the query
Returns
  • either a query or errors.