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