Create comment for issue
Create a new comment on an existing issue. POST/api/comments/issue
Authentication: Required
Parameters
The ID of the issue to comment on
The content of the comment
Response
Returns the created comment object.Unique identifier for the comment
User ID of the comment author
Username of the comment author
The content of the comment
ID of the issue this comment belongs to (null if on pull request)
ID of the pull request this comment belongs to (null if on issue)
Timestamp when the comment was created (milliseconds)
Timestamp when the comment was last updated (milliseconds)
Example request
Example response
Error responses
- 401 Unauthorized: You must be logged in to create a comment
- 400 Bad Request: Invalid issue ID or missing comment body