update_state
Modify an existing state within a project by specifying its identifier and updating relevant fields such as name, description, or color using the Plane MCP Server.
Instructions
Update an existing state
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | The uuid identifier of the project containing the state | |
| state_data | Yes | The fields to update on the state | |
| state_id | Yes | The uuid identifier of the state to update |