create_work_item
Creates a new work item in Plane with optional priority, state, assignees, labels, dates, and estimates. Only a name is required to start.
Instructions
Create a work item. Only name is required.
priority: none|urgent|high|medium|low
state: a STATE UUID (use list_states to find it)
assignees/labels: lists of UUIDs (use list_members / list_labels)
dates: 'YYYY-MM-DD'
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| state | No | ||
| labels | No | ||
| parent | No | ||
| priority | No | ||
| assignees | No | ||
| project_id | No | ||
| start_date | No | ||
| target_date | No | ||
| estimate_point | No | ||
| description_html | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||