linear_updateReleaseStage
Update an existing release stage by its ID, with the ability to change name, color, position, or frozen status.
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 | |
| position | No | The updated stage position | |
| frozen | No | Whether the started stage should be frozen |