linear_updateReleaseStage
Update an existing release stage in Linear by supplying its ID along with any fields to modify: name, color, frozen flag, or position.
Instructions
Update an existing release stage. Provide id plus at least one other field to change.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The ID of the release stage to update | |
| name | No | The updated stage name | |
| color | No | The updated UI color as a HEX string | |
| frozen | No | Whether the started stage should be frozen | |
| position | No | The updated stage position |
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 |