get_related_issues
Retrieve all issues linked to a specific Backlog issue by ID or key, revealing dependencies and related tasks for better tracking.
Instructions
Returns list of issues related to a specific issue
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| issueId | No | The numeric ID of the issue (e.g., 12345) | |
| issueKey | No | The key of the issue (e.g., 'PROJ-123') |