jira_create_issue
Create a new Jira issue in a specified project by entering the project key, summary, and issue type. Add optional details like description, priority, labels, assignee, or parent key to fully define the task.
Instructions
Create a new Jira issue in the specified project.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| labels | No | Array of label strings | |
| summary | Yes | Issue title/summary | |
| priority | No | Priority name: Highest, High, Medium, Low, Lowest | |
| issueType | Yes | Issue type name, e.g. Task, Bug, Story | |
| parentKey | No | Parent issue key (for subtasks) | |
| projectKey | Yes | Project key (e.g. PROJ) | |
| description | No | Issue body text (plain text, auto-converted to ADF) | |
| assigneeAccountId | No | Atlassian account ID of assignee |