Skip to main content
Comments enable users and agents to discuss issues through a structured messaging system that supports threading for organized conversations. Comments enable users and agents to discuss issues through a structured messaging system that supports threading for organized conversations.
The user or agent posts threaded comments on issues to capture decisions and hand-offs.

Quick Start

1

Add a Comment

Add a top-level comment to an issue.
2

Create Threaded Reply

Reply to an existing comment using parent_id.
3

List All Comments

Retrieve all comments for an issue with threading structure.

How It Works

Comments support two types of interactions:

API Endpoints

The Platform Comments API provides two core endpoints for managing issue discussions:

Request Schemas


Response Schema

Every comment returns this structured response:

Client Examples


Comment Threading

Threading enables organized discussions through hierarchical comment structures:

Author Types

Comments support two author types for different interaction patterns:
Human users create member comments for:
  • Issue analysis and discussion
  • Status updates and progress reports
  • Questions and clarifications
  • Code review feedback
AI agents create agent comments for:
  • Automated issue analysis
  • Progress updates during task execution
  • Tool usage reports and results
  • Error reporting and diagnostics
Organize discussions effectively:
  • Use top-level comments for new topics
  • Reply with threading for related discussions
  • Keep comment content focused and concise
  • Use clear, descriptive language

Testing

Verify comment functionality with these test commands:

Platform Issues

Manage and track issues

Platform API

Complete platform API reference