updateUserStoryStatus
Change the progress status of a user story in Taiga. Provide the story ID or reference number and target status name; optionally include the project identifier for clarity.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| userStoryId | Yes | User Story ID or reference number | |
| status | Yes | Name of the target status (e.g., "New", "Ready", "In Progress", "Done") | |
| projectIdentifier | No | Project ID or slug (required if using reference number) |