| Package | Description |
|---|---|
| com.atlassian.jira.rest.client.api |
| Modifier and Type | Method and Description |
|---|---|
io.atlassian.util.concurrent.Promise<SearchResult> |
SearchRestClient.searchJql(String jql)
Performs a JQL search and returns issues matching the query
|
io.atlassian.util.concurrent.Promise<SearchResult> |
SearchRestClient.searchJql(String jql,
Integer maxResults,
Integer startAt,
Set<String> fields)
Performs a JQL search and returns issues matching the query.
|
Copyright © 2019 Atlassian. All rights reserved.