add_issue_comment
Add a comment to a Backlog issue using issue ID or key, with optional notifications and attachments.
Instructions
Adds a comment to an issue
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| issueId | No | The numeric ID of the issue (e.g., 12345) | |
| issueKey | No | The key of the issue (e.g., 'PROJ-123') | |
| content | Yes | Comment content | |
| notifiedUserId | No | User IDs to notify | |
| attachmentId | No | Attachment IDs | |
| organization | No | Optional organization name. Use list_organizations to inspect available organizations. |