create_story
Create a new story within an epic by providing the parent epic ID and title, then set optional status, priority, description, and tracked hours.
Instructions
Create a new story within an epic
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | Title of the story | |
| status | No | Current status of the story | todo |
| epic_id | Yes | UUID of the parent epic | |
| priority | No | Priority level of the story | medium |
| description | No | Detailed description of the story | |
| actual_hours | No | Actual hours spent on the story | |
| estimated_hours | No | Estimated hours to complete the story |