update_epic
Update an existing epic by its ID, modifying details like name, priority, state, assignees, dates, and other configurable fields for a given project.
Instructions
Update an epic by ID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | ||
| point | No | ||
| state | No | ||
| labels | No | ||
| parent | No | ||
| epic_id | Yes | ||
| 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 |