update_userstory
Update an existing user story's subject, description, status, milestone, assignee, or tags. Provide the story ID and current version to apply changes.
Instructions
Update an existing user story
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| userstory_id | Yes | User story numeric ID | |
| version | Yes | Current version for optimistic locking | |
| subject | No | ||
| description | No | ||
| status | No | Status ID | |
| milestone | No | Sprint/milestone ID | |
| assigned_to | No | ||
| tags | No |