Unlink two issues
remove_relationRemove a link between two issues. The inverse link on the other issue goes with it, so removing "blocks" also removes "blocked by".
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | Yes | How the first issue relates to the second. | |
| issue | Yes | An issue identifier like "ENG-42", or an issue id. | |
| relatedIssue | Yes | The issue on the other end of the link. |