Tool
Add sub issue
The Add Sub-Issue tool enables developers to efficiently organize and manage related tasks within GitHub repositories by adding sub-issues to parent issues, helping to streamline project tracking and collaboration.
Features
- Easily add a sub-issue to a specified parent issue in any GitHub repository.
- Supports specifying repository owner, repository name, and issue number for precise issue management.
- Option to replace the existing parent issue of a sub-issue, allowing flexible issue restructuring.
- Works seamlessly via API for automation in development workflows.
- Supports management of nested issues to maintain project organization and clarity.
Benefits
- Improves project management by linking related sub-tasks under main issues.
- Enhances team collaboration with clearer issue hierarchies.
- Saves time by automating issue organization within GitHub.
- Facilitates better tracking of complex issues and their components.
- Increases productivity by maintaining an organized issue structure.
Description
Add a sub-issue to a parent issue in a GitHub repository.
Parameters
5 parameters
| Name | Type | Description |
|---|---|---|
| issue_numberrequired | number | The number of the parent issue |
| ownerrequired | string | Repository owner |
| replace_parent | boolean | When true, replaces the sub-issue's current parent issue |
| reporequired | string | Repository name |
| sub_issue_idrequired | number | The ID of the sub-issue to add. ID is not the same as issue number |