epics-update
Update an existing epic in Shortcut by modifying specific fields: name, description, state, team, owners, followers, deadline, start date, archive status, labels, objectives, or external ID.
Instructions
Update an epic. Only provide fields to update.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| epicPublicId | Yes | Epic ID (required) | |
| name | No | Epic name | |
| description | No | Epic description | |
| state | No | State (deprecated) | |
| epic_state_id | No | Epic state ID | |
| team_id | No | Team UUID (null to unset) | |
| owner_ids | No | Owner user UUIDs | |
| follower_ids | No | Follower user UUIDs | |
| deadline | No | Due date ISO 8601 (null to unset) | |
| planned_start_date | No | Start date (null to unset) | |
| archived | No | Archive the epic | |
| labels | No | Labels to assign | |
| objective_ids | No | Objective IDs | |
| external_id | No | External ID (empty to clear) |