update-story
Modify an existing Shortcut story by updating its title, description, type, workflow state, epic, or team assignment.
Instructions
Update an existing story in Shortcut
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| story_id | Yes | Story ID to update | |
| name | No | New story title | |
| description | No | New story description | |
| story_type | No | New story type (feature, bug, chore) | |
| workflow_state_name | No | New workflow state name (e.g., 'Backlog', 'In Development') | |
| epic_id | No | New epic ID for the story | |
| epic_name | No | New epic name for the story | |
| team_id | No | New team ID for the story (group_id in Shortcut API) | |
| team_name | No | New team name for the story (alternative to team_id) |