How do I organize project boards for a multi-repo initiative? #182214
Replies: 5 comments 1 reply
-
|
Why is my project not getting uploaded, I have decided it many times.. |
Beta Was this translation helpful? Give feedback.
-
|
Use GitHub Projects (Projects v2). It’s built for multi-repo work. Create a project at the org (or user) level, then add issues/PRs from any repo into one board. Group by status, add a simple Repo or Priority field, and filter using shared labels. That’s usually enough to keep a multi-repo initiative clean and visible. If you want less manual work, enable automations (auto-add by label, auto-move on merge). No extra tools needed unless things get really big. Helpful refs: Docs (straight from GitHub): |
Beta Was this translation helpful? Give feedback.
-
|
A common and clean approach is to use a single organization-level (or personal) project board as the source of truth, rather than tying the board to one specific repository. You can then: In practice, this works well when: This avoids duplication and keeps all work visible in one place without forcing everything into a single repository. |
Beta Was this translation helpful? Give feedback.
-
|
🕒 Discussion Activity Reminder 🕒 This Discussion has been labeled as dormant by an automated system for having no activity in the last 60 days. Please consider one the following actions: 1️⃣ Close as Out of Date: If the topic is no longer relevant, close the Discussion as 2️⃣ Provide More Information: Share additional details or context — or let the community know if you've found a solution on your own. 3️⃣ Mark a Reply as Answer: If your question has been answered by a reply, mark the most helpful reply as the solution. Note: This dormant notification will only apply to Discussions with the Thank you for helping bring this Discussion to a resolution! 💬 |
Beta Was this translation helpful? Give feedback.
-
Organizing Project Boards for a Multi-Repo InitiativeThe Right StructureUse one GitHub Project (V2) at the initiative level — it can pull issues and PRs from multiple repos into a single board. Step-by-Step Setup1. Create an Org-Level Project 2. Add Multiple Repos to It Now issues and PRs from all repos appear in one place. Recommended Views to Set Up
Each view is just a different lens on the same data — no duplication. Keep It Organized With These FieldsAdd custom fields to every issue: Then group by Repository or filter by Team instantly. Label Strategy Across ReposUse consistent labels in every repo so filtering works cleanly: Automation to Reduce Manual WorkIn Project Settings → Workflows, enable: This keeps the board accurate without anyone manually updating it. Bottom Line
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
If my work is spread across multiple GitHub repositories, how should I set up my project board so everything is organized in one place?
Guidelines
Beta Was this translation helpful? Give feedback.
All reactions