Jira Create Issue
jira_create_issueCreate a Jira issue with project, type, summary, optional description and custom fields, then return the created issue from Jira for verification.
Instructions
Create an issue and return it re-read from Jira so you can verify it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fields | No | Optional JSON object string of extra fields. Examples: {"components": ["Backend"]} (exact names or {"id": ...}; unknown names are rejected) {"parent": "PROJ-100"} (epic or parent issue) {"labels": ["needs-review"]} {"priority": {"name": "High"}} {"assignee": {"accountId": "..."}} {"customfield_10001": "value"} | |
| project | Yes | Project key, e.g. "PROJ". | |
| summary | Yes | Title. | |
| issue_type | Yes | "Task", "Bug", "Story", "Epic", "Subtask". | |
| description | No | Markdown. Converted to ADF losslessly; headings, lists, code, links, bold, tables, and any characters like _ { } + are fine. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |