Create a work item
create_work_itemCreate a work item in a project by specifying a title and optional attributes such as priority, state, assignees, and dates.
Instructions
Create a work item in a project. title is required; all other fields optional. Related ids (state/cycle/parent/label) must belong to the same project; assignees must be workspace members.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | Project id to create the item in | |
| title | Yes | Work item title (required) | |
| description | No | Plain-text description (empty string clears it) | |
| priority | No | Priority of the work item | |
| state_id | No | State id — must belong to the item's project | |
| parent_id | No | Parent work item id — same project | |
| cycle_id | No | Cycle id (same project), or null to remove the item from its cycle | |
| assignee_ids | No | User ids to assign; must be members of the workspace | |
| label_ids | No | Label ids to apply; must belong to the item's project | |
| start_date | No | ISO 8601 date (YYYY-MM-DD), or null to clear | |
| target_date | No | ISO 8601 date (YYYY-MM-DD), or null to clear | |
| estimate_point | No | Estimate points, or null to clear | |
| draft | No | Whether the item is a draft |