zenhub_delete_issue_dependency
Remove a dependency relationship where one issue blocks another in ZenHub. Specify the blocking and blocked issues by repository ID and issue number.
Instructions
Delete a dependency between two issues (blocking → blocked)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| blocking_repository_gh_id | Yes | GitHub repository numeric ID for the blocking issue | |
| blocking_issue_number | Yes | Issue number of the blocking issue within the repository | |
| blocked_repository_gh_id | Yes | GitHub repository numeric ID for the blocked issue | |
| blocked_issue_number | Yes | Issue number of the blocked issue within the repository |