linear_getIssueById
Retrieve a specific issue from Linear using its ID or identifier. Access issue details for project management tasks.
Instructions
Get a specific issue by ID or identifier (e.g., ABC-123)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The ID or identifier of the issue (e.g., ABC-123) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | ||
| url | No | ||
| team | No | ||
| cycle | No | ||
| state | No | ||
| title | No | ||
| labels | No | ||
| parent | No | ||
| dueDate | No | ||
| project | No | ||
| assignee | No | ||
| comments | No | ||
| estimate | No | ||
| priority | No | ||
| createdAt | No | ||
| sortOrder | No | ||
| updatedAt | No | ||
| identifier | No | ||
| description | No | ||
| projectMilestone | No |