jira_create_issue
Create Jira issues with custom fields and due dates. Specify project, summary, description, and optional attributes like assignee, priority, labels, or components.
Instructions
Create a new Jira issue with support for custom fields including due dates
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| labels | No | Array of label strings | |
| duedate | No | Due date in YYYY-MM-DD format (e.g., 2024-12-31) | |
| summary | Yes | Issue summary/title | |
| assignee | No | Account ID of the assignee | |
| priority | No | Priority name (e.g., High, Medium, Low) | |
| issueType | No | Issue type (default: Task) | Task |
| components | No | Array of component names | |
| projectKey | Yes | The project key where to create the issue | |
| description | Yes | Issue description | |
| customFields | No | Additional custom fields as key-value pairs |