create_issue
Create new issues in projects with required title and optional fields like type, priority, estimate, and due date.
Instructions
Create a new issue inside a project
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | No | Type (BUG, TASK, STORY, EPIC) | |
| title | Yes | Issue title | |
| dueDate | No | ISO date string | |
| estimate | No | Story points estimate | |
| priority | No | Priority (NO_PRIORITY, LOW, MEDIUM, HIGH, URGENT) | |
| statusId | No | Workflow status UUID | |
| projectId | Yes | Project UUID | |
| description | No | Issue description text |