linear_createWorkflowState
Create a new workflow state for a team, specifying name, type, and color to define custom workflow stages.
Instructions
Create a new workflow state
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Workflow state name | |
| type | Yes | Workflow state type | |
| color | Yes | Workflow state color | |
| teamId | Yes | Team that owns the workflow state | |
| position | No | Optional position in the workflow | |
| description | No | Optional workflow state description |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | ||
| name | No | ||
| team | No | ||
| type | No | ||
| color | No | ||
| position | No | ||
| description | No |