-
Notifications
You must be signed in to change notification settings - Fork 8.3k
Add gh issue support for parent issues / sub-tasks #10298
Copy link
Copy link
Open
Labels
coreThis issue is not accepting PRs from outside contributorsThis issue is not accepting PRs from outside contributorsenhancementa request to improve CLIa request to improve CLIgh-issuerelating to the gh issue commandrelating to the gh issue commandneeds-productAn issue that requires prioritization considerationsAn issue that requires prioritization considerations
Metadata
Metadata
Assignees
Labels
coreThis issue is not accepting PRs from outside contributorsThis issue is not accepting PRs from outside contributorsenhancementa request to improve CLIa request to improve CLIgh-issuerelating to the gh issue commandrelating to the gh issue commandneeds-productAn issue that requires prioritization considerationsAn issue that requires prioritization considerations
Type
Fields
Give feedbackNo fields configured for issues without a type.
Describe the feature or problem you’d like to solve
It is currently not possible to set a parent issue/sub-task when creating/editing issues:
https://docs.github.com/en/issues/planning-and-tracking-with-projects/understanding-fields/about-parent-issue-and-sub-issue-progress-fields
Proposed solution
I think it would be enough to add these options:
--set-parent [ID]and--unset-parent [ID].Additional context