quire.addTaskComment
Add a comment to a Quire task using its unique OID or project ID and task number. Supports markdown text and optional pinning.
Instructions
Add a comment to a task. Can be accessed by task OID or by project ID + task number.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| taskOid | No | The task OID (unique identifier). Use this OR projectId+taskId | |
| projectId | No | The project ID (required when using taskId, not needed when using taskOid) | |
| taskId | No | The task ID number within the project | |
| description | Yes | The comment text in markdown format | |
| asUser | No | If true, marks this comment as created by the app. Default: false (created by the authorizing user). | |
| pinned | No | Whether to pin this comment. Default: false. |