Add Comment
comment_addAdd a comment to a Meegle work item by ID, with optional file attachment and a dry-run mode to preview before posting.
Instructions
Add a comment to a work item. Use file_token only when an attachment was uploaded separately. This tool defaults to dry_run=true for safety.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| content | Yes | Comment text. | |
| dry_run | No | Leave true to preview the comment request. Set false to really post the comment. | |
| file_token | No | Optional attachment token returned by a separate upload flow. | |
| project_key | No | Project key. Always pass explicitly in multi-project usage; resolve it with project_search first when missing. | |
| work_item_id | Yes | Target work item ID. |