linear_createReleaseStage
Create a new release stage in a Linear pipeline by specifying its name, color, position, type, and optional frozen state.
Instructions
Create a new release stage in a pipeline
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pipelineId | Yes | The ID of the release pipeline that owns the stage | |
| name | Yes | The name of the release stage | |
| color | Yes | The UI color for the stage as a HEX string | |
| position | Yes | The position of the stage within the pipeline | |
| type | Yes | The stage type | |
| frozen | No | Whether the started stage should be frozen | |
| id | No | Optional explicit UUID for the stage |