Comment on an issue
add_commentPost a markdown comment on an issue, optionally as a reply to another comment.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | Yes | Markdown body of the comment. | |
| issue | Yes | An issue identifier like "ENG-42", or an issue id. | |
| replyTo | No | Id of the comment being replied to. |