zenhub_create_epic
Create a new epic in a specified repository, optionally adding existing issues as children to organize work.
Instructions
Create a new epic in ZenHub. Optionally, you can also specify existing issue IDs that should be added as children of the new epic.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | Epic title | |
| repository_id | Yes | Repository ID | |
| body | No | Epic description | |
| epic_child_ids | No | Array of issue IDs to add as children of the newly created epic |