linear_updateWorkflowState
Update an existing workflow state in Linear by providing its ID and fields to change such as name, color, position, or description.
Instructions
Update a workflow state. Provide id plus at least one other field to change.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ID of the workflow state to update | |
| name | No | ||
| color | No | ||
| position | No | ||
| description | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | ||
| name | No | ||
| team | No | ||
| type | No | ||
| color | No | ||
| position | No | ||
| description | No |