jira_create_issue
Create Jira issues in any project by specifying issue type, summary, and optional description.
Instructions
Create a Jira issue in the given project.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| summary | Yes | Short issue summary | |
| issueType | Yes | Issue type name, for example Task, Story, or Bug. | |
| projectKey | No | Project key. Falls back to JIRA_DEFAULT_PROJECT if omitted. | |
| description | No | Issue description |