create_task
Add a new task to your Plane project with title, priority, assignees, labels, status, and detailed description.
Instructions
Create a new task in the configured project.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Short title. | |
| priority | No | ||
| state_id | No | ||
| label_ids | No | List of label UUIDs (see list_labels). | |
| parent_id | No | ||
| assignee_ids | No | List of user UUIDs to assign (see list_members). | |
| status_group | No | ||
| description_html | No | HTML body. Use <p>, <ul>, <strong>, <code>, etc. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||