Documentation Index
Fetch the complete documentation index at: https://mintlify.com/makeplane/plane/llms.txt
Use this file to discover all available pages before exploring further.
Overview
States represent the workflow stages for work items in your project (e.g., Backlog, In Progress, Done). Each state belongs to a state group and can be customized with colors and ordering.State groups
States are organized into predefined groups:- Backlog - Work items not yet started
- Unstarted - Planned but not in progress
- Started - Active work items
- Completed - Finished work items
- Cancelled - Abandoned work items
The Triage group is reserved for intake issues and cannot be created via the API.
Endpoints
List states
Workspace identifier
Project UUID
State unique identifier
State name (e.g., “In Progress”)
Hex color code for UI display
State group: backlog, unstarted, started, completed, cancelled
Display order within the group
Whether this is the default state for new work items
Create state
State name
State group: backlog, unstarted, started, completed, cancelled
Hex color code (default: group-specific color)
Display order within the group
Set as default state for new work items (sets all other states to non-default)
Update state
State UUID
Updated state name
Updated hex color code
Updated display order
Set as default state (automatically unsets other defaults)
Delete state
Default states
Each project must have one default state. When you create a new work item without specifying a state, it will be assigned to the default state.State groups and workflow
States are organized into groups that represent different phases of your workflow:| Group | Purpose | Example States |
|---|---|---|
| backlog | Work not yet planned | Backlog, Someday |
| unstarted | Planned but not active | Todo, Ready |
| started | Active work | In Progress, In Review |
| completed | Finished work | Done, Shipped |
| cancelled | Abandoned work | Cancelled, Duplicate |
Using states with work items
Set the state when creating or updating work items:Best practices
Next steps
Work Items API
Manage work item states
Projects API
Configure project settings
