add_comment
Append context to an existing issue by adding a comment, preserving original history. Provide the issue identifier and content to share collaboration notes with agents and teammates.
Instructions
Append collaboration context to an issue without rewriting history.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| content | Yes | ||
| issue_id | Yes | Canonical issue identifier (ULID or ISSUE-N). | |
| project_ref | No | Project reference returned by open_project. Pass it explicitly for stateless routing; omit only when using a configured default. | |
| idempotency_key | No | ||
| agent_session_handle | No | Optional durable session handle for request attribution. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| comment | Yes |