edit_comment
Edits a comment's text. Only the comment's own author can edit it - get_issue returns each comment's id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | The comment's new text, replacing what's there now. | |
| commentId | Yes | The id of the comment to edit, from get_issue's comment list. |