See work items from multiple Jira spaces on one board
By default, a Jira board shows one space. If your work is spread across several spaces, you need a board that pulls from all of them. In company-managed spaces this is possible through a board built from a saved filter, but it takes setup and JQL. In team-managed spaces it''s effectively not supported. Here''s the official path for each, and how BetterBoard shows every space you choose on one board with no filter-writing.
Company-managed board
A company-managed board can span multiple spaces, but only when it''s built from a saved filter whose JQL includes those spaces. You build the filter first, then create a board from it.
-
Open Advanced work item searchFrom the top nav, select Filters → Advanced work item search.
-
Write JQL that spans your spacesFor example:
project in ("Mobile App", "Web App", "Platform") ORDER BY Rank ASC. TheORDER BY Rankclause matters: boards need a rank order to support drag-and-drop. -
Save the filterClick Save as, give it a name, and share it with the right groups or roles if teammates will use the board.
-
Go to Boards → Create boardFrom the top nav, search for or select Go to all: Boards, then Create board in the top-right.
-
Create the board from your saved filterChoose Scrum or Kanban, then select Board from an existing saved filter and pick the filter you just saved.
-
Configure columns and permissionsMap your statuses to columns (statuses can differ between spaces, so expect to tidy this up), and confirm who can see the board via the underlying filter''s share settings.
Team-managed board
This is the honest answer: a team-managed space''s board can''t show other spaces. Team-managed boards are tied to their own space and you can''t create additional boards from inside them.
-
Build a company-managed board from a filterBuild a company-managed board from a filter whose JQL includes your team-managed spaces. A company-managed board can reference team-managed spaces in its filter: the limitation is only on creating extra boards inside a team-managed space.
-
Be aware of the custom-field catchBe aware of the custom-field catch. Custom fields created inside a team-managed space are space-scoped. They won''t appear as options on a cross-space board''s card layout unless they''re globally scoped fields. (More in the guide on showing custom fields on cards.)
BetterBoard for Jira
BetterBoard was built around the idea that a board shouldn''t be trapped in a single space. You pick the spaces you want to see, and their work shows up together on one board.
-
Add the spaces you want
Good to know
Before you build a cross-space board in Jira:
- Team-managed spaces can''t host a cross-space board. You must build a company-managed board from a filter instead.
- You need a saved, shared filter. The board is only as visible as the filter behind it: if teammates can''t see the filter, they can''t see the board.
- Unmapped statuses hide their work items. Spaces with different workflows each need their statuses mapped to a column. Any unmapped status makes its work items invisible on the board.
- Drag-and-drop needs a rank order. Your filter''s JQL should end with
ORDER BY Rankor drag-and-drop reordering won''t behave. - Team-managed custom fields won''t show on a cross-space board''s cards unless they''re globally scoped.
- Sprints don''t combine cleanly across spaces, since each space manages its own sprints.
- Team-managed filters can''t span spaces. Custom filters in team-managed spaces are limited to a single space. Even the board''s built-in filtering stays within that one space.
One board. Every space.
BetterBoard pulls the spaces you choose into a single board: no saved filter, no JQL, no admin ticket. Free to try with your Jira.
FAQ
Can a team-managed Jira board show work items from other spaces?
How do I create a cross-space board in a company-managed space?
project in (A, B, C) ORDER BY Rank), share it, then go to Boards → Create board → Board from an existing saved filter and pick that filter. Map the statuses to columns afterward.Why are some work items missing from my cross-space board?
Can I mix company-managed and team-managed spaces on one board?
Can I drag and drop work items on a cross-space board?
ORDER BY Rank. Without a rank order, Jira can''t store the manual ordering that drag-and-drop relies on.