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