create_issue
Create a Jira issue in a project by specifying the project key and summary, with optional issue type and description.
Instructions
Create a new Jira issue in a project.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| summary | Yes | Issue summary / title | |
| issueType | No | Issue type name, e.g. "Bug", "Story", "Task" | Task |
| projectKey | Yes | Project key, e.g. PROJ | |
| description | No | Issue description (plain text or Jira wiki markup) |