create-state
Add a new state to a Plane project to organize issues into categories like unstarted, started, completed, or cancelled for better workflow management.
Instructions
Create a new state in a project
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | ID of the project where the state should be created | |
| name | Yes | Name of the state | |
| description | No | Description of the state (optional) | |
| color | No | Color code for the state (optional, e.g., #ff0000) | |
| group | Yes | State group (unstarted, started, completed, cancelled) |