jira_create_epic
Create a Jira epic by providing project key and epic name, with optional labels, description, and custom fields; issue type is set automatically.
Instructions
Create a Jira epic. Sets issue type to Epic automatically.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| labels | No | Labels to set | |
| epic_name | Yes | Epic name/title | |
| description | No | Epic description | |
| project_key | Yes | Project key (e.g. PROJ) | |
| custom_fields | No | Additional custom fields. Pass your instance's Epic Name field (e.g. {"customfield_10009": "My Epic"}) to set it explicitly. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |