taiga_edit_task
Edit an existing Taiga task by providing its ID and current version. Update title, status, assignee, tags, description, sprint, or user story.
Instructions
Edit an existing task. Fetch the current version with taiga_get_task before editing.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | New list of tags | |
| status | No | New status (ID) | |
| subject | No | New title | |
| task_id | Yes | Task ID | |
| version | Yes | Current version (obtained from the GET first) | |
| assigned_to | No | New assignee (null = nobody) | |
| description | No | New description | |
| milestone_id | No | New sprint (null = no sprint) | |
| userstory_id | No | New user story (null = no US) |