zenhub_create_issue_dependency
Create a dependency where one issue blocks another in ZenHub.
Instructions
Create 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 |