Add sub issue and parent scripts #90
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
New Scripts:
gh-cli/get-parent-issue-of-issue.sh: Added a new script to fetch the parent issue of a given sub-issue (child).gh-cli/get-sub-issue-summary-of-issue.sh: Added a new script to get a summary of the sub-issues (children) of an issue (parent).gh-cli/get-sub-issues-of-issue.sh: Added a new script to retrieve a list of sub-issues from an issue.Documentation Updates:
gh-cli/README.md: Updated the documentation to include new sections for the added scripts (get-parent-issue-of-issue.sh,get-sub-issue-summary-of-issue.sh, andget-sub-issues-of-issue.sh). [1] [2]Script Modifications:
gh-cli/add-sub-issue-to-issue.sh: Updated the script to correctly add a sub-issue to a parent issue.gh-cli/remove-sub-issue-from-issue.sh: Updated the script to correctly remove a sub-issue from a parent issue.