linear_updateRelease
Update an existing release by providing its ID and any fields to modify, such as name, stage, version, or dates.
Instructions
Update an existing release. Provide id plus at least one other field to change.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The ID of the release to update | |
| name | No | The updated release name | |
| stageId | No | The updated release stage ID | |
| trashed | No | Whether the release should be marked as trashed | |
| version | No | The updated release version | |
| commitSha | No | The updated Git commit SHA | |
| startDate | No | The updated start date in YYYY-MM-DD format | |
| startedAt | No | The updated actual start timestamp (ISO 8601) | |
| pipelineId | No | The updated release pipeline ID | |
| targetDate | No | The updated target date in YYYY-MM-DD format | |
| completedAt | No | The updated actual completion timestamp (ISO 8601) | |
| description | No | The updated release description |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | ||
| url | No | ||
| name | No | ||
| stage | No | ||
| creator | No | ||
| trashed | No | ||
| version | No | ||
| pipeline | No | ||
| commitSha | No | ||
| createdAt | No | ||
| startDate | No | ||
| startedAt | No | ||
| updatedAt | No | ||
| canceledAt | No | ||
| issueCount | No | ||
| targetDate | No | ||
| completedAt | No | ||
| description | No | ||
| currentProgress | No |