add_comment
Append a comment to an issue to capture collaboration context without rewriting history. Ideal for recording notes, decisions, or progress updates in a shared task tracking workflow.
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 |