Comment on the tracker issue of a bug
feedbug_add_commentPost a comment on a bug's tracker issue to document a fix, request a reproduction, or leave an update for the team. Only for Linear-tracked bugs, not GitHub.
Instructions
Post a comment on the tracker issue linked to a bug.
Returns: a confirmation message once the tracker accepted the comment. Use when: you want to document a fix, ask the reporter for a reproduction, or leave an update the whole team can read on the issue. Do not use when: the bug is tracked in GitHub — only Linear-routed bugs accept comments today and the call errors otherwise. Never use it to talk to the user running you; answer them directly instead. Behavior: writes to Linear and is NOT idempotent — every call adds another comment, and this server can neither edit nor delete one. The comment is public to everyone with access to the issue and is authored by the Linear account that installed Feedbug, so send a single finished comment rather than successive drafts.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Bug UUID as returned by feedbug_list_bugs, or the tracker identifier such as PRE-13, matched case-insensitively. Ids belonging to another project are rejected. | |
| body | Yes | The comment text, posted verbatim. Linear renders Markdown. Must not be empty or whitespace only. |