jira_create_issue
Create a new Jira issue by specifying project, summary, and issue type. Optionally set priority, assignee, labels, components, fix versions, story points, parent key, epic link, and due date.
Instructions
Create a new Jira issue. Provide project_key, summary, and issue_type at minimum. issue_type is usually 'Story', 'Bug', 'Task', or 'Epic'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| labels | No | Labels to apply | |
| summary | Yes | Issue title/summary | |
| due_date | No | Due date in YYYY-MM-DD format | |
| priority | No | Priority name: Highest, High, Medium, Low, Lowest | |
| epic_link | No | Epic key to link this issue to | |
| components | No | Component names | |
| issue_type | Yes | Issue type name (Story, Bug, Task, Epic, Sub-task, etc.) | |
| parent_key | No | Parent issue key (for sub-tasks or child issues) | |
| description | No | Issue description (plain text) | |
| project_key | Yes | Project key | |
| fix_versions | No | Fix version names | |
| story_points | No | Story points (story_points field) | |
| assignee_account_id | No | Assignee account ID |