list_issue_blocks
List issues that are blocked by a given issue (its blocking dependents). Paginated results allow browsing large sets of dependent issues.
Instructions
List the issues that are BLOCKED BY this issue (its 'blocking' dependents). Paginated: page is 1-based, limit <= 100; keep paging until a page returns fewer than limit. Reverse direction of list_issue_dependencies (which lists the issues that block this one).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number | |
| repo | No | Repository name (defaults to GITEA_DEFAULT_REPO) | |
| index | Yes | Issue number | |
| limit | No | Results per page | |
| owner | No | Repository owner (defaults to GITEA_DEFAULT_OWNER) |