Tool
Remove sub issue
Remove_sub_issue is a specialized GitHub tool designed to efficiently remove sub-issues from parent issues within repositories, streamlining issue management and project tracking.
Features
- Seamlessly removes sub-issues linked to parent issues in GitHub repositories.
- Supports precise targeting by requiring repository owner, name, issue number, and sub-issue ID.
- Simplifies issue organization, improving project workflow and clarity.
- Integrates directly with GitHub’s API for real-time issue management.
- User-friendly input schema to ensure accurate issue removal without data loss.
Benefits
- Enhances project management by decluttering complex issue threads.
- Saves time by automating the removal of irrelevant or resolved sub-issues.
- Improves tracking accuracy for parent issues and their related tasks.
- Reduces confusion among development teams by maintaining clean issue hierarchies.
- Supports better prioritization by focusing only on current and impactful issues.
Description
Remove a sub-issue from a parent issue in a GitHub repository.
Parameters
4 parameters
| Name | Type | Description |
|---|---|---|
| issue_numberrequired | number | The number of the parent issue |
| ownerrequired | string | Repository owner |
| reporequired | string | Repository name |
| sub_issue_idrequired | number | The ID of the sub-issue to remove. ID is not the same as issue number |