stories-update
Update specific fields of a Shortcut story, such as name, description, type, or state, by providing the story ID and any fields to modify. Leaves unspecified fields unchanged.
Instructions
Update a Shortcut story. Only provide fields to update.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| storyPublicId | Yes | Story ID (required) | |
| name | No | Story name | |
| description | No | Story description | |
| type | No | Story type | |
| epic | No | Epic ID (null to unset) | |
| estimate | No | Point estimate (null to unset) | |
| iteration | No | Iteration ID (null to unset) | |
| owner_ids | No | Owner user UUIDs | |
| workflow_state_id | No | Workflow state ID | |
| labels | No | Labels to assign | |
| custom_fields | No | Custom field values | |
| team_id | No | Team UUID (null to unset) | |
| project_id | No | Project ID (null to unset) | |
| deadline | No | Due date ISO 8601 (null to unset) | |
| follower_ids | No | Follower user UUIDs | |
| requested_by_id | No | Requester user UUID | |
| archived | No | Archive the story |