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
- Top-Level Comment
- Threaded Reply
Response Schema
Every comment returns this structured response:Client Examples
- curl
- Python SDK
Comment Threading
Threading enables organized discussions through hierarchical comment structures:Author Types
Comments support two author types for different interaction patterns:Member Comments
Member Comments
Human users create member comments for:
- Issue analysis and discussion
- Status updates and progress reports
- Questions and clarifications
- Code review feedback
Agent Comments
Agent Comments
AI agents create agent comments for:
- Automated issue analysis
- Progress updates during task execution
- Tool usage reports and results
- Error reporting and diagnostics
Threading Best Practices
Threading Best Practices
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:Related
Platform Issues
Manage and track issues
Platform API
Complete platform API reference

