create_issue
Create a new issue in an Ithura project, specifying title, priority, labels, assignees, and optional start and target dates.
Instructions
Create a new issue in a project
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Issue title | |
| priority | No | Priority: urgent, high, medium, low, none | |
| state_id | No | State UUID | |
| label_ids | No | Array of label UUIDs | |
| parent_id | No | Parent issue UUID for sub-issues | |
| project_id | Yes | Project UUID | |
| start_date | No | Start date (YYYY-MM-DD) | |
| target_date | No | Target date (YYYY-MM-DD) | |
| assignee_ids | No | Array of assignee user UUIDs | |
| estimate_point | No | Estimate points | |
| description_html | No | Issue description (HTML string) |