remove_work_item_relation
Remove a specified relation between two work items in a project by providing project, work item, and related issue identifiers.
Instructions
Remove a relation from a work item.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | UUID of the project | |
| work_item_id | Yes | UUID of the work item | |
| related_issue | Yes | UUID of the related work item to remove relation with |