remove_work_item_relation
Remove an existing relation between two work items by providing the project ID, work item ID, and the related issue UUID to unlink.
Instructions
Remove a relation between two work items.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | ||
| work_item_id | Yes | ||
| related_issue | Yes | UUID of the related work item to unlink. |