remove_related_issue
Remove the relation between an issue and a related issue in Backlog.
Instructions
Removes the relation between an issue and a related 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') | |
| relatedIssueId | Yes | The numeric ID of the related issue to unlink (e.g., 12346) |