taiga_edit_userstory
Edit a Taiga user story's fields, including title, description, status, assignee, tags, and sprint, by providing the user story ID and current version.
Instructions
Edit an existing user story. Fetch the current version with taiga_get_userstory before editing.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | New list of tags | |
| status | No | New status (ID) | |
| subject | No | New title | |
| 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 = backlog) | |
| userstory_id | Yes | User story ID |