jira_issue_create_tool
Create a new Jira issue with automatic validation of custom fields based on the project schema. Supports setting summary, type, priority, assignee, labels, due date, and more.
Instructions
Create a new Jira issue with automatic custom field validation.
The system automatically discovers and validates custom fields based on the project schema.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project | Yes | Project key (e.g., "PROJ", "DEV") | |
| summary | Yes | Issue title/summary (1-255 characters) | |
| issue_type | No | Type of issue (Task, Bug, Story, etc.) - default: Task | Task |
| description | No | Detailed issue description (supports Jira markup) | |
| priority | No | Issue priority (if not set, uses project default) | |
| assignee | No | Username or user ID to assign the issue to | |
| labels | No | List of labels to apply to the issue | |
| due_date | No | Due date in ISO format (YYYY-MM-DD) | |
| custom_fields | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||