linear_updateReleaseStage
Update an existing release stage by providing its ID and modifying fields like name, color, frozen status, 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 |