Create epic
create_epicCreate a Jira epic in a project by providing project key and epic name. Pass required custom fields like Epic Name for company-managed projects to ensure successful creation.
Instructions
Create an epic in a project. Company-managed projects usually also require the 'Epic Name' custom field — call get_epic_meta or get_issue_create_meta first and pass it via customFields.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Epic name (used as the issue summary) | |
| assignee | No | Account ID on Cloud/v3, username on DC/v2 | |
| issueType | No | Epic issue type name or ID (default: Epic); see get_epic_meta | |
| projectKey | Yes | Project key, e.g. PROJ | |
| description | No | Plain text; converted to ADF on Cloud/v3. Markdown is not rendered. | |
| customFields | No | Extra fields, e.g. { 'customfield_10011': 'Epic name' } for company-managed projects |