update_state
Modify a state in a project by providing its ID and updating fields like name, color, description, sequence, or group.
Instructions
Update a state by ID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | UUID of the project | |
| state_id | Yes | UUID of the state | |
| name | No | State name | |
| color | No | State color (hex color code) | |
| description | No | State description | |
| sequence | No | State sequence order | |
| group | No | State group (e.g., backlog, unstarted, started, completed, cancelled) | |
| is_triage | No | Whether this is a triage state | |
| default | No | Whether this is the default state | |
| external_source | No | External system source name | |
| external_id | No | External system identifier |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | ||
| created_at | No | ||
| updated_at | No | ||
| deleted_at | No | ||
| name | Yes | ||
| description | No | ||
| color | Yes | ||
| sequence | No | ||
| group | No | ||
| is_triage | No | ||
| default | No | ||
| external_source | No | ||
| external_id | No | ||
| created_by | No | ||
| updated_by | No | ||
| project | No | ||
| workspace | No |