create-story
Create a new story in Shortcut by specifying title, description, and story type. Optionally link to a team, epic, or workflow state.
Instructions
Create a new story in Shortcut
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Story title | |
| description | Yes | Story description | |
| story_type | Yes | Story type (feature, bug, chore) | |
| team_id | No | Team ID to create the story in (group_id in Shortcut API) | |
| team_name | No | Team name to create the story in (alternative to team_id) | |
| epic_id | No | Epic ID to associate with the story | |
| epic_name | No | Epic name to associate with the story (alternative to epic_id) | |
| workflow_state_name | No | Workflow state name (e.g., 'Backlog', 'In Development'). Defaults to 'Backlog' if not specified. |