add_comment
Add a comment to a task to document your changes and provide context before marking it complete. Works within PixelFixer visual bug tracking projects.
Instructions
Add a comment to a task. Call AFTER making changes and BEFORE complete_ai_task. IMPORTANT: content in English.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| taskId | No | Task ID (provide this OR taskNumber) | |
| teamId | No | Team ID (auto from session if omitted) | |
| content | Yes | Comment text (markdown) | |
| projectId | No | Project ID (auto from session if omitted) | |
| taskNumber | No | Human-readable task number, e.g. 43 |