backlog_get_issue
Retrieve detailed information about a Backlog issue using its key or ID, including summary, status, priority, assignee, and hours.
Instructions
Fetch a single Backlog issue by key or ID and return its full details.
Returns: summary, description, status, priority, type, assignee, reporter, categories, milestones, versions, dates, estimated/actual hours.
Use backlog_get_comments separately to fetch comments.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| issueIdOrKey | Yes | Backlog issue key (e.g. BLG-123) or numeric issue ID |