create_issue
Create a new JIRA issue by specifying project, summary, issue type, and optional details like assignee, priority, labels, and description.
Instructions
JIRA に新しい課題を作成します
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| labels | No | Labels to add | |
| summary | Yes | Issue summary/title | |
| assignee | No | Assignee account ID | |
| priority | No | Priority name (e.g. High, Medium, Low) | |
| issueType | Yes | Issue type (e.g. Task, Bug, Story) | |
| projectKey | Yes | Project key (e.g. PROJECT) | |
| description | No | Issue description |