Update Task
task_updateUpdate an existing Taiga task's subject, status, assignee, tags, milestone, or description by patching only the fields to change. Version conflicts are handled automatically.
Instructions
Update an existing task (partial patch — only include the fields you want to change). Taiga's optimistic-concurrency version field is handled automatically; do not pass it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Resource id | |
| tags | No | ||
| status | No | ||
| subject | No | ||
| watchers | No | Numeric user ids and/or email/full name (resolved against project members). Omit to leave unchanged. | |
| milestone | No | ||
| user_story | No | Move to a different parent user story | |
| assigned_to | No | Numeric user id, or email/full name (resolved against project members). null explicitly unassigns; omit to leave unchanged. | |
| description | No |