Uses of Class
com.atlassian.jira.rest.client.api.domain.SearchResult
Packages that use SearchResult
-
Uses of SearchResult in com.atlassian.jira.rest.client.api
Methods in com.atlassian.jira.rest.client.api that return types with arguments of type SearchResultModifier and TypeMethodDescriptionio.atlassian.util.concurrent.Promise<SearchResult> SearchRestClient.enhancedSearchJql(String jql) Performs a JQL search using the SearchResult format and returns issues matching the query.io.atlassian.util.concurrent.Promise<SearchResult> SearchRestClient.enhancedSearchJql(String jql, Integer maxResults, String nextPageToken, Set<String> fields, Set<Integer> reconcileIssues) Performs a JQL search using the SearchResult format and returns issues matching the query.io.atlassian.util.concurrent.Promise<SearchResult> Performs a JQL search and returns issues matching the queryio.atlassian.util.concurrent.Promise<SearchResult> Performs a JQL search and returns issues matching the query.