add_issue_comment
Add a comment to a Backlog issue by specifying the issue key or ID and comment content. Supports attachments and notifications to keep stakeholders informed.
Instructions
Adds a comment to 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') | |
| attachmentId | No | Attachment IDs | |
| notifiedUserId | No | User IDs to notify |