linear_getReleaseStages
Fetch release stages from Linear using filters for pipeline ID, archived status, and sorting by creation or update date.
Instructions
Get release stages from Linear
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of release stages to return (default: 25) | |
| includeArchived | No | Include archived release stages in the results | |
| orderBy | No | Sort release stages by created or updated date | |
| pipelineId | No | Filter release stages by release pipeline ID |