create_issue
Create new Jira issues by specifying project, summary, type, description, priority, and assignee to track work items and manage tasks.
Instructions
Create a new Jira issue.
Args:
project_key: The project key (e.g., 'PROJ')
summary: Brief description of the issue
issue_type: Type of issue ('Story', 'Bug', 'Task', etc.)
description: Detailed description of the issue
priority: Priority level ('Highest', 'High', 'Medium', 'Low', 'Lowest')
assignee: Username or email of assignee (leave empty for unassigned)
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_key | Yes | ||
| summary | Yes | ||
| issue_type | No | Task | |
| description | No | ||
| priority | No | Medium | |
| assignee | No |