create_epic
Create a new epic in a specified project with configurable details like priority, assignees, dates, and description. Use it to structure and track large bodies of work.
Instructions
Create a new epic in a project.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| point | No | ||
| state | No | ||
| labels | No | ||
| parent | No | ||
| type_id | No | ||
| is_draft | No | ||
| priority | No | ||
| assignees | No | ||
| project_id | Yes | ||
| sort_order | No | ||
| start_date | No | ||
| external_id | No | ||
| target_date | No | ||
| estimate_point | No | ||
| external_source | No | ||
| description_html | No | ||
| description_stripped | No |