update_issue_comment
Update an existing comment on a Backlog issue by providing the comment ID and new content. Optionally specify the issue ID or key to locate the comment.
Instructions
Updates a comment on an issue
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| content | Yes | Comment content | |
| issueId | No | The numeric ID of the issue (e.g., 12345) | |
| issueKey | No | The key of the issue (e.g., 'PROJ-123') | |
| commentId | Yes | Comment ID |