update_story
Modify a story's details like title, status, priority, or hours to keep project tracking accurate.
Instructions
Update story information
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | No | New title for the story | |
| status | No | New status for the story | |
| priority | No | New priority for the story | |
| story_id | Yes | UUID of the story to update | |
| description | No | New description for the story | |
| actual_hours | No | New actual hours for the story | |
| estimated_hours | No | New estimated hours for the story |