IssueComment API Resource
This resource makes it possible to work with issue comments. By calling the API resource methods, you can get information about, create, delete, and update issue comments. Look through the methods that are defined for this resource to better understand how you can use it.
GET | /issue/{issue_id}/comment |
Returns the list of comments to the issue |
POST | /issue/{issue_id}/comment |
Creates a comment to the issue |
GET | /issue/{issue_id}/comment/{issue_comment_id} |
Returns the comment to the issue |
PUT | /issue/{issue_id}/comment/{issue_comment_id} |
Updates the issue comment |
DELETE | /issue/{issue_id}/comment/{issue_comment_id} |
Deletes the comment from the issue |
Find more details on the IssueComment API resource and its methods in our documentation. Try them right from there!