jira_create_issue
Create new Jira issues with project key, summary, and optional description. Supports plain text or Atlassian Document Format for detailed issue tracking.
Instructions
Creates a new Jira issue. For description, accepts a string (plain text) or a dictionary (Atlassian Document Format).
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_key | Yes | ||
| summary | Yes | ||
| description | No | ||
| issuetype | No | Task |