jira_create_issue
Create a Jira issue by providing project key, summary, and issue type. Plain-text descriptions are automatically converted to Atlassian Document Format.
Instructions
Creates an issue (POST /rest/api/3/issue). Plain-text description is converted to ADF.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| summary | Yes | ||
| issueType | Yes | Type name or ID (e.g. Task, Bug). | |
| projectKey | Yes | ||
| description | No | ||
| extraFields | No | Extra fields under fields. | |
| assigneeAccountId | No |