list_issue_blocks
List issues blocked by a specified Gitea issue, with pagination. Use to identify dependents that cannot proceed until this issue is resolved.
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) |