Saved views on the Issues dashboard
Following the recent updates to the Issues dashboard, you can now create saved views to quickly access and manage issues across repositories and organizations using custom queries.
➕ Getting started
To create a new view, select + and give your view a title, icon, description, and query.
You can edit, duplicate, or delete views from the … menu.
🔎 Helpful examples
Here are some examples of saved views you can create:
- Recently created bugs or tasks involving you:
is:open is:issue involves:@me created:@today-1d (type:Task OR type:Bug)
-
Stale project items across projects:
is:issue is:open updated:<@today-30d (project:dizzbot/123 OR project:dizzbot/456)
-
Weekly initiative updates:
type:Initiative has:sub-issue Copilot in:title updated:>@today-1w
-
Pull requests needing your team’s review:
is:pr team-review-requested:dizzbot/tulip
✍️ Tell us what you think!
Join the discussion within GitHub Community and learn more in our documentation.
See how to use GitHub for project planning with GitHub Issues, check out what’s on the roadmap, and learn more in our documentation on Issues.