update-story
Modify and manage Shortcut stories by updating specific fields such as name, description, type, or workflow state. Includes assigning owners, labels, and adjusting iteration or epic details based on provided public ID.
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 | |
iteration | No | The iteration id of the iteration the story belongs to, 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 |