jira_create_issue
Create Jira issues with standard fields and custom fields using customfield_NNNNN IDs. Provide project key, summary, and optional fields like description, labels, priority, and custom values.
Instructions
Create a Jira issue with standard and custom fields.
custom_fields example: {"customfield_10004": 5, "customfield_12345": {"value": "MyTeam"}}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_key | Yes | Project key (e.g. PROJ) | |
| summary | Yes | Issue title/summary | |
| issue_type | No | Issue type name | Story |
| description | No | Issue description | |
| labels | No | Labels to set | |
| priority | No | Priority name | |
| custom_fields | No | Custom fields dict — keys are customfield_NNNNN IDs. Use jira_list_fields to discover IDs for your instance. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |