Update task (batched)
task.updateApply a single batched change to a task, combining multiple field updates into one journal entry. Use to start, finish, or correct a task's title or priority.
Instructions
Apply ONE batched change to a task — all non-null fields go in a single journal entry. Use for: starting (status=inprogress), finishing (status=resolved + comment), fixing wrong title/priority alongside other work. Do NOT call twice in a row for the same task.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| subject | No | ||
| description | No | HTML. ASCII only. No code identifiers. | |
| status | No | Status identifier (e.g. 'inprogress', 'resolved'). See wrapper://lookups/statuses. | |
| priority | No | ||
| comment | No | Comment text. HTML for structure. ASCII, no code identifiers. |