Add comment (WRITE — mutates Linear)
linear_add_comment⚠️ WRITE / MUTATING: posts a comment on an issue. Requires the issueId (UUID) and a markdown body. GraphQL: mutation commentCreate.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | Yes | Comment text in markdown. | |
| issueId | Yes | UUID of the issue to comment on (the `id` field, not the ENG-123 identifier). |