create_issue
Creates a new Jira issue with required project and summary, plus optional fields like assignee, priority, type, and custom fields. Supports CCOE shortcuts for 3F and Tipo fields with defaults.
Instructions
Create a new Jira issue with specified fields. For CCOE project, required fields (3F and Tipo) are auto-filled with defaults if not provided. Use ccoe3F and ccoeType parameters for easy selection, or customFields for full control.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ccoe3F | No | CCOE 3F field shortcut: feature-nova, feature-melhoria, foundation, fix, outros | |
| labels | No | Array of labels to add to the issue | |
| project | Yes | Project key (e.g., CCOE) | |
| summary | Yes | Issue summary/title | |
| assignee | No | Assignee account ID (leave empty for unassigned) | |
| ccoeType | No | CCOE Tipo field shortcut: padronizacao-esteiras, dev-esteiras, dev-terraform, dev-aplicacoes, documentacao, sustentacao-devops, devops-cicd, outros | |
| priority | No | Issue priority | |
| issueType | No | Issue type name: Task, Bug, Story, História, Subtarefa, etc. | Task |
| parentKey | No | Parent issue key (required for Sub-tasks) | |
| description | No | Detailed description of the issue (plain text) | |
| issueTypeId | No | Issue type ID (use instead of issueType for reliability, e.g., "10001" for História, "10007" for Subtarefa) | |
| customFields | No | Custom fields as key-value pairs. For select fields use {"id": "OPTION_ID"}, e.g., {"customfield_12171": {"id": "21743"}} | |
| descriptionAdf | No | Description in Atlassian Document Format (ADF) for rich formatting |