create_issue
Create Jira issues in a project by providing the project key and summary. Optionally include description, assignee, labels, and priority.
Instructions
Create a new Jira issue. Requires project key, summary, and issue type. Optionally set description, assignee, labels, and priority.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| labels | No | Array of label strings | |
| summary | Yes | Issue summary / title | |
| priority | No | Priority name (Highest, High, Medium, Low, Lowest) | |
| issueType | No | Issue type name (Task, Bug, Story, Epic, etc.) | Task |
| projectKey | Yes | Project key, e.g. PROJ | |
| description | No | Issue description (plain text, will be converted to ADF) | |
| assigneeAccountId | No | Assignee's Jira account ID |