update-story
Modify Shortcut stories by updating specific fields such as name, description, type, epic, estimate, owners, workflow state, or labels. Provide the story ID and only the fields to be changed for precise updates.
Instructions
Update an existing Shortcut story. Only provide fields you want to update. The story public ID will always be included in updates.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
description | No | The description of the story | |
epic | No | The epic id of the epic the story belongs to, or null to unset | |
estimate | No | The point estimate of the story, or null to unset | |
labels | No | Labels to assign to the story | |
name | No | The name of the story | |
owner_ids | No | Array of user UUIDs to assign as owners of the story | |
storyPublicId | Yes | The public ID of the story to update | |
type | No | The type of the story | |
workflow_state_id | No | The workflow state ID to move the story to |