create_ticket
Create Jira tickets with specified issue type, project, summary, and description, plus optional due date, labels, and time estimates.
Instructions
Create a new Jira ticket (Story, Task, Bug, Sub-task)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | No | Description text | |
| labels | No | Labels to assign | |
| project | Yes | Project key, e.g. GEM | |
| summary | Yes | Issue title | |
| due_date | No | Due date YYYY-MM-DD | |
| issue_type | Yes | Issue type: Story, Task, Bug, Sub-task | |
| parent_key | No | Parent ticket key for Sub-task | |
| start_date | No | Start date YYYY-MM-DD | |
| original_estimate | No | Time estimate e.g. "2h" |