linear_createReleaseStage
Create a release stage with specified name, position, color, and type to define pipeline workflow stages.
Instructions
Create a new release stage in a pipeline
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | Optional explicit UUID for the stage | |
| name | Yes | The name of the release stage | |
| type | Yes | The stage type | |
| color | Yes | The UI color for the stage as a HEX string | |
| frozen | No | Whether the started stage should be frozen | |
| position | Yes | The position of the stage within the pipeline | |
| pipelineId | Yes | The ID of the release pipeline that owns the stage |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | ||
| name | No | ||
| type | No | ||
| color | No | ||
| frozen | No | ||
| pipeline | No | ||
| position | No | ||
| createdAt | No | ||
| updatedAt | No | ||
| archivedAt | No | ||
| description | No |