jira_create_epic
Create a Jira epic by specifying project key and epic name; issue type is automatically set to Epic.
Instructions
Create a Jira epic. Sets issue type to Epic automatically.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_key | Yes | Project key (e.g. PROJ) | |
| epic_name | Yes | Epic name/title | |
| description | No | Epic description | |
| labels | No | Labels to set | |
| 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 |