remove_issue_relation
Remove a relation between two issues, supporting types blocks, is-blocked-by, and relates-to, with automatic inverse handling.
Instructions
Remove a relation between two issues. Mirrors add_issue_relation: 'blocks' pulls from target's blockedBy, 'is-blocked-by' pulls from source's blockedBy, 'relates-to' pulls from both sides. No-op if the relation doesn't exist.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project | Yes | a string that will be trimmed | |
| targetIssue | Yes | a string that will be trimmed | |
| relationType | Yes | ||
| issueIdentifier | Yes | a string that will be trimmed |