linear_getReleaseNoteById
Fetch release note details by ID or slug. Returns the complete release note information for the given identifier.
Instructions
Get details of a specific release note
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The ID or slug of the release note to retrieve |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | ||
| title | No | ||
| slugId | No | ||
| content | No | ||
| releases | No | ||
| createdAt | No | ||
| updatedAt | No | ||
| lastRelease | No |