| Package | Description |
|---|---|
| net.rcarz.jiraclient.agile |
| Modifier and Type | Method and Description |
|---|---|
Issue |
Epic.asIssue(boolean refresh) |
static Issue |
Issue.get(RestClient restclient,
long id)
Retrieves the issue matching the ID.
|
static Issue |
Issue.get(RestClient restclient,
String key)
Retrieves the issue matching the ID.
|
Issue |
AgileClient.getIssue(long id)
Retrieves the issue with the given ID.
|
Issue |
AgileClient.getIssue(String key)
Retrieves the issue with the given Key.
|
| Modifier and Type | Method and Description |
|---|---|
List<Issue> |
Board.getBacklog() |
List<Issue> |
Sprint.getIssues() |
List<Issue> |
Epic.getIssues() |
List<Issue> |
Board.getIssuesWithoutEpic() |
Copyright © 2022. All rights reserved.