Package | Description |
---|---|
com.atlassian.jira.rest.v2.issue |
Modifier and Type | Method and Description |
---|---|
static CommentResource.CommentField |
CommentResource.CommentField.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CommentResource.CommentField[] |
CommentResource.CommentField.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
CommentResource.getComments(String issueIdOrKey,
String expand,
PageRequest pageRequest,
io.atlassian.fugue.Option<OrderByRequest<CommentResource.CommentField>> orderByRequest)
Returns all comments for an issue.
|
Copyright © 2002-2019 Atlassian. All Rights Reserved.