Planning and Tracking Stay Inside GitHub Issues
GitHub Projects has been generally available since July, and the team has kept shipping. The latest round of updates targets the features developers most often ask for when tracking work: task breakdown, timeline views, and automatic cleanup of completed items. All of them live alongside the existing table and board layouts, so teams can plan without leaving the code.
Tasklists Break Work Into Checkable Pieces
Tasklists were one of the most requested additions to GitHub Issues, and they finally remove the need to manually maintain child issues for a larger body of work. Once set up via Markdown, tasks automatically become a parent-child relationship between items. That means completion progress and the expand/group-by functionality in the table views work beyond the surface of a single issue.
The benefit is less time spent verifying structure and more time spent on the actual tasks. You can map out what needs doing in Markdown, and GitHub handles the link between parent and child items.
Roadmap View Shows the Path Ahead
Rather than switching between planning tools, the new roadmap view builds a timeline directly alongside the same table and board layouts teams already use. The goal is to keep contributors and stakeholders aligned without extra reporting steps. A strategic time-based view of upcoming work sits where the project data already lives, so you can show the plan in the same place you track it.
Auto-Archive Removes Stale Items
Focused projects need cleanup, but nobody wants another manual hygiene chore. A new Auto-archive workflow handles that. Configure it under the Workflows tab using the "Auto-archive items" template, and stale or completed items will be moved to the archive automatically. No more weekly selection of finished items just to keep the board readable.
All the Views in One Place
GitHub Projects now supports task-focused, roadmap, and maintenance workflows within the same space you already use for issue tracking. The direction is to reduce the amount of extra reporting and coordination required to keep work in sync, while GitHub continues to add capabilities that bring planning closer to development work.
Organizations can sign up for the private betas on tasklists and roadmap through the waitlist at github.com/features/issues/signup.



