add_related_issue
Relate a Backlog issue to another issue by providing the issue ID or key and the target issue ID.
Instructions
Relates an issue to another 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') | |
| targetIssueId | Yes | The numeric ID of the issue to relate to (e.g., 12346) |