| Package | Description |
|---|---|
| net.rcarz.jiraclient | |
| net.rcarz.jiraclient.greenhopper |
| Modifier and Type | Field and Description |
|---|---|
List<Issue> |
Issue.SearchResult.issues |
| Modifier and Type | Method and Description |
|---|---|
Issue |
Issue.FluentCreate.execute()
Executes the create action (issue includes all fields).
|
Issue |
Issue.FluentCreate.execute(String includedFields)
Executes the create action and specify which fields to retrieve.
|
static Issue |
Issue.get(RestClient restclient,
String key)
Retrieves the given issue record.
|
static Issue |
Issue.get(RestClient restclient,
String key,
String includedFields)
Retrieves the given issue record.
|
static Issue |
Issue.get(RestClient restclient,
String key,
String includedFields,
String expand)
Retrieves the given issue record.
|
Issue |
IssueLink.getInwardIssue() |
Issue |
JiraClient.getIssue(String key)
Retreives the issue with the given key.
|
Issue |
JiraClient.getIssue(String key,
String includedFields)
Retreives the issue with the given key.
|
Issue |
JiraClient.getIssue(String key,
String includedFields,
String expand)
Retreives the issue with the given key.
|
Issue |
IssueLink.getOutwardIssue() |
Issue |
Issue.getParent() |
| Modifier and Type | Method and Description |
|---|---|
List<Issue> |
Issue.getSubtasks() |
Iterator<Issue> |
Issue.SearchResult.iterator()
All issues found.
|
| Modifier and Type | Method and Description |
|---|---|
ArrayList<IssueHistory> |
JiraClient.getIssueChangeLog(Issue issue) |
| Modifier and Type | Method and Description |
|---|---|
Issue |
GreenHopperIssue.getJiraIssue()
Retrieves the full JIRA issue.
|
Copyright © 2022. All rights reserved.