Tool
Reprioritize sub issue
The Reprioritize Sub-Issue tool allows GitHub repository managers to reorder sub-issues within a parent issue, enabling effective prioritization and better project organization.
Features
- Easily move a sub-issue to a new position within the parent issue's sub-issue list.
- Specify positioning by placing the sub-issue before or after another sub-issue.
- Supports full identification with repository owner, repo name, and issue numbers for precise control.
- Simplifies managing complex issues with multiple dependent tasks or sub-issues.
- Integrates seamlessly with GitHub’s issue tracking system for streamlined workflow.
Benefits
- Enhances task prioritization and project management efficiency.
- Improves visibility of critical sub-issues within parent issues.
- Saves time by automating sub-issue reordering instead of manual adjustments.
- Helps maintain organized and clear issue hierarchies for better team collaboration.
- Supports better tracking and progress assessment of individual tasks within larger issues.
Description
Reprioritize a sub-issue to a different position in the parent issue's sub-issue list.
Parameters
6 parameters
| Name | Type | Description |
|---|---|---|
| after_id | number | The ID of the sub-issue to be prioritized after (either after_id OR before_id should be specified) |
| before_id | number | The ID of the sub-issue to be prioritized before (either after_id OR before_id should be specified) |
| 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 reprioritize. ID is not the same as issue number |