java.lang.Object | |
↳ | com.atlassian.jira.rest.v2.issue.CommentResource |
Nested Classes | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
CommentResource.CommentField |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Adds a new comment to an issue.
| |||||||||||
Deletes an existing comment .
| |||||||||||
Returns a single issue comment.
| |||||||||||
Returns all comments for an issue.
| |||||||||||
Updates an existing comment using its JSON representation.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Adds a new comment to an issue.
issueIdOrKey | a string containing the issue id or key the comment will be added to |
---|---|
expand | optional flags: renderedBody (provides body rendered in HTML), properties (provides comment properties). |
request | json body of request converted to a CommentJsonBean |
Deletes an existing comment .
issueIdOrKey | a string containing the issue id or key the comment belongs to |
---|---|
commentId | id of the comment to be deleted |
Returns a single issue comment.
issueIdOrKey | of the issue the comment belongs to |
---|---|
commentId | the ID of the comment to request |
expand | optional flags: renderedBody (provides body rendered in HTML), properties (provides comment properties). |
Returns all comments for an issue.
issueIdOrKey | to get comments for |
---|---|
expand | optional flags: renderedBody (provides body rendered in HTML), properties (provides comment properties). |
Updates an existing comment using its JSON representation.
issueIdOrKey | a string containing the issue id or key the comment belongs to |
---|---|
commentId | id of the comment to be updated |
expand | optional flags: renderedBody (provides body rendered in HTML), properties (provides comment properties). |
request | json body of request converted to a CommentJsonBean |