create_epic
Create a new epic within a project to capture and track a high-level idea, setting its name, description, status, and priority under a parent project.
Instructions
Create a new epic (idea) within a project
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Name of the epic | |
| status | No | Current status of the epic | idea |
| priority | No | Priority level of the epic | medium |
| project_id | Yes | UUID of the parent project | |
| description | No | Detailed description of the epic |