Issue comments
Get comment
Returns a comment.
This operation can be accessed anonymously.
Permissions required:
- Browse projects project permission for the project containing the comment.
- If issue-level security is configured, issue-level security permission to view the issue.
- If the comment has visibility restrictions, the user belongs to the group or has the role visibility is restricted to.
get/rest/api/2/issue/{issueIdOrKey}/comment/{id}
Path parameters
issueIdOrKeystring required
The ID or key of the issue.
idstring required
The ID of the comment.
Query parameters
expandstring
Use expand to include additional information about comments in the response. This parameter accepts renderedBody, which returns the comment body rendered in HTML.
Response
Returned if the request is successful.