create-issue
Create new issues in Plane projects with titles, descriptions, priorities, assignees, and labels to track tasks and manage workflows.
Instructions
Create a new issue in a project
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | ID of the project where the issue should be created | |
| name | Yes | Title of the issue | |
| description_html | No | HTML description of the issue (required by Plane API) | |
| priority | No | Priority of the issue (urgent, high, medium, low, none) | |
| state_id | No | ID of the state for this issue (optional) | |
| assignees | No | Array of user IDs to assign to this issue (optional) | |
| labels | No | Array of label IDs to assign to this issue (optional) |