createJiraIssue
Create a new Jira issue or work item by specifying project key and summary, with optional fields like issue type, description, assignee, priority, and labels.
Instructions
Create a new Jira work item.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fields | No | Additional/override fields, e.g. assignee, priority, labels, custom fields | |
| update | No | ||
| summary | Yes | ||
| projectKey | Yes | Key of the project to create the issue in, e.g. PROJ | |
| description | No | Plain text description, converted to Atlassian Document Format | |
| issueTypeId | No | Issue type ID (alternative to issueTypeName) | |
| issueTypeName | No | Issue type name, e.g. Task, Bug, Story |