list-states
Retrieve all available states for a specified project in Plane to manage workflow statuses and track issue progression.
Instructions
List all states in a project
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | ID of the project to get states from |
Input Schema (JSON Schema)
{
"properties": {
"project_id": {
"description": "ID of the project to get states from",
"type": "string"
}
},
"required": [
"project_id"
],
"type": "object"
}