Create Work Item
create_work_itemAdd work items to Plane projects with title, description, priority, assignees, dates, labels, and parent. Specify project ID to create tasks, bugs, or sub-items.
Instructions
Create a work item in a project.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Work item title. | |
| state | No | State UUID — use list_states to find it. | |
| labels | No | Label UUIDs — use list_labels to find them. | |
| parent | No | Parent work item UUID, for sub-items. | |
| priority | No | One of "urgent", "high", "medium", "low", "none". | |
| assignees | No | Member UUIDs — use list_workspace_members to find them. | |
| project_id | Yes | Project UUID. | |
| start_date | No | ISO date, e.g. "2026-01-31". | |
| description | No | Plain-text description (converted to HTML for you). | |
| target_date | No | ISO date, e.g. "2026-02-15". | |
| estimate_point | No | Estimate point UUID. | |
| description_html | No | HTML description; takes precedence over `description`. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||