create-issue
Create a new issue in a Plane project by specifying name, priority, assignees, and optional dates.
Instructions
Create a new issue
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | The ID of the project where the issue will be created | |
| name | Yes | Name of the issue | |
| project | No | The ID of the project where the issue will be created | |
| description | No | Description of the issue | |
| description_html | No | HTML description of the issue | |
| priority | No | Priority of the issue (urgent, high, medium, low, none) | |
| state | No | ID of the state for this issue | |
| assignees | No | Array of user IDs to assign to this issue | |
| labels | No | Array of label IDs to apply to this issue | |
| parent | No | ID of the parent issue, if this is a sub-issue | |
| start_date | No | Start date in YYYY-MM-DD format | |
| target_date | No | Target completion date in YYYY-MM-DD format |