create_work_item
Create a new work item in a Plane project by providing a project ID and name, with optional settings for state, assignees, labels, priority, and dates.
Instructions
Create a new work item (issue) in a project. Requires project_id from list_projects. Use list_states to get state_id, get_workspace_members for assignee UUIDs, and list_labels for label UUIDs. Dates should be YYYY-MM-DD format. Priority is one of: urgent, high, medium, low, none.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| labels | No | ||
| type_id | No | ||
| priority | No | ||
| state_id | No | ||
| assignees | No | ||
| parent_id | No | ||
| project_id | Yes | ||
| sort_order | No | ||
| start_date | No | ||
| external_id | No | ||
| target_date | No | ||
| estimate_point | No | ||
| external_source | No | ||
| description_html | No |