create-story
Generate and add new stories to Shortcut projects using a specified team or workflow. Provide a story name and optional details like description, type, owner, or epic. Streamlines project management integration.
Instructions
Create a new Shortcut story. Name is required, and either a Team or Workflow must be specified:
If only Team is specified, we will use the default workflow for that team.
If Workflow is specified, it will be used regardless of Team. The story will be added to the default state for the workflow.
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 | |
iteration | No | The iteration id of the iteration the story belongs to | |
name | Yes | The name of the story. Required. | |
owner | No | The user id of the owner of the story | |
team | No | The team ID or mention name of the team the story belongs to. Required unless a workflow is specified. | |
type | No | The type of the story | feature |
workflow | No | The workflow ID to add the story to. Required unless a team is specified. |