public interface QueryParser
Query.| Modifier and Type | Method and Description |
|---|---|
com.atlassian.fugue.Either<Query,ErrorCollection> |
getQuery(ApplicationUser user,
String jql)
Get the query for a given jql, otherwise an error collection if error.
|
@Nonnull com.atlassian.fugue.Either<Query,ErrorCollection> getQuery(@Nullable ApplicationUser user, @Nonnull String jql)
user - completing the searchjql - for the queryCopyright © 2002-2017 Atlassian. All Rights Reserved.