| Package | Description |
|---|---|
| net.rcarz.jiraclient |
| Modifier and Type | Method and Description |
|---|---|
static Issue.SearchResult |
Issue.search(RestClient restclient,
String jql,
String includedFields,
String expandFields,
Integer maxResults,
Integer startAt)
Search for issues with the given query and specify which fields to
retrieve.
|
Issue.SearchResult |
JiraClient.searchIssues(String jql)
Search for issues with the given query.
|
Issue.SearchResult |
JiraClient.searchIssues(String jql,
Integer maxResults)
Search for issues with the given query and max results.
|
Issue.SearchResult |
JiraClient.searchIssues(String jql,
String includedFields)
Search for issues with the given query and specify which fields to
retrieve.
|
Issue.SearchResult |
JiraClient.searchIssues(String jql,
String includedFields,
Integer maxResults)
Search for issues with the given query and specify which fields to
retrieve.
|
Issue.SearchResult |
JiraClient.searchIssues(String jql,
String includedFields,
Integer maxResults,
Integer startAt)
Search for issues with the given query and specify which fields to
retrieve.
|
Issue.SearchResult |
JiraClient.searchIssues(String jql,
String includedFields,
String expandFields)
Search for issues with the given query and specify which fields to
retrieve and expand.
|
Issue.SearchResult |
JiraClient.searchIssues(String jql,
String includedFields,
String expandFields,
Integer maxResults,
Integer startAt)
Search for issues with the given query and specify which fields to
retrieve.
|
Copyright © 2022. All rights reserved.