| Modifier and Type | Method and Description |
|---|---|
Comments |
comments()
Access to the issue's
comments. |
Instant |
creationDate()
The date the issue was created.
|
Optional<String> |
description()
The issue's description.
|
Collection<AssignedField> |
fields()
|
String |
id()
The issue's id.
|
Project |
project()
The
Project that the issue was created in. |
Issue |
refresh()
Returns the same
Issue after refreshing its data from the server. |
Issues.IssueSpec |
spec()
An
Issues.IssueSpec serving as a blueprint for this Issue. |
String |
summary()
The issue's summary.
|
IssueTimeTracking |
timetracking()
Access to the issue's
timetracking. |
UpdateIssue |
update()
The
UpdateIssue API for this Issue. |
UsersOfIssue |
users()
Access to the issue's
users. |
Project project()
Project that the issue was created in.String id()
Instant creationDate()
String summary()
Optional<String> description()
UsersOfIssue users()
users.usersComments comments()
comments.comments.IssueTimeTracking timetracking()
timetracking.
Note: it is important that you first check whether timetracking is
enabled for the Project.
timetracking.ProjectTimeTracking.enabled()Issue refresh() throws IOException, UnauthorizedException
Issue after refreshing its data from the server.
This is a convenient shortcut for issue.project().issues().get(issue.id()).get().
Issue after refreshing its data from the serverIOException - if the server is unavailableUnauthorizedException - if the user's Session is not authorized to perform this
operationUpdateIssue update()
UpdateIssue API for this Issue.UpdateIssue API for this IssueCollection<AssignedField> fields()
fields of this IssueUpdateIssue.fields(java.util.Map)Issues.IssueSpec spec()
Issues.IssueSpec serving as a blueprint for this Issue.Issues.IssueSpec describing this issueCopyright © 2017–2018 George Aristy. All rights reserved.