Tool
List sub issues
The "List Sub-Issues" tool is a GitHub connector designed to retrieve and display sub-issues related to a specific issue within a GitHub repository. It streamlines issue tracking and management by providing detailed insights into issue hierarchies.
Features
- Fetch sub-issues for any specific issue in a GitHub repository with ease.
- Supports pagination to handle large numbers of sub-issues efficiently.
- Customizable results per page with up to 100 sub-issues per request.
- Requires essential parameters like repository owner, name, and issue number for precise data retrieval.
- Read-only access ensures safe usage without modifying repository data.
Benefits
- Enhances project management by providing clear visibility into related sub-tasks.
- Saves time by automating the retrieval of hierarchical issue data.
- Improves collaboration by making it easier for teams to track dependencies and progress.
- Facilitates better prioritization and resource allocation based on issue breakdown.
- Integrates seamlessly with existing GitHub workflows without additional setup.
Description
List sub-issues for a specific issue in a GitHub repository.
Parameters
5 parameters
| Name | Type | Description |
|---|---|---|
| issue_numberrequired | number | Issue number |
| ownerrequired | string | Repository owner |
| page | number | Page number for pagination (default: 1) |
| per_page | number | Number of results per page (max 100, default: 30) |
| reporequired | string | Repository name |