Create task (preview required)
task.createCreate a bug or task using a previewed and approved payload. The previewedHash field ensures the submitted data matches what the user reviewed.
Instructions
Create a new bug or task via the unified create-with-submission flow. REQUIRES a previewed-and-approved payload — call this only after the /qms-file prompt has gathered fields, rendered a preview, and the user has explicitly approved. previewedHash is the SHA-256 of the canonical preview JSON; the client refuses mismatches.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| subject | Yes | ||
| description | No | HTML, ASCII, no code identifiers. | |
| tracker | Yes | ||
| projectId | Yes | ||
| status | No | Status identifier (e.g. 'new', 'inprogress'). Required for bug/task. Optional for custom. | |
| priority | No | Required for bug/task. Optional for custom. | |
| assigneeId | No | Required for bug/task. Optional for custom. | |
| previewedHash | Yes | SHA-256 of the canonical preview string the user approved. Client recomputes; mismatch is refused. |