Skip to content

Instantly share code, notes, and snippets.

View vintagedon's full-sized avatar
🎯
Focusing

Don Fountain vintagedon

🎯
Focusing
View GitHub Profile
@vintagedon
vintagedon / github-project-setup-methodology.md
Last active January 1, 2026 22:27
Github Project Setup w/Milestones, Tasks, and Subtasks (Powershell)

GitHub Project Setup Methodology

Purpose: Programmatically create GitHub Issues with milestones, labels, task hierarchies, and sub-issue relationships using gh CLI and extensions.


Note on Sub-Issues Support

As of January 2025, the GitHub CLI (gh) does not natively support sub-issues. There is an open feature request (cli/cli#10298) tracking --set-parent / --unset-parent flags.