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