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.

  1. Open Advanced work item search
    From the top nav, select Filters → Advanced work item search.
  2. Write JQL that spans your spaces
    For example: project in ("Mobile App", "Web App", "Platform") ORDER BY Rank ASC. The ORDER BY Rank clause matters: boards need a rank order to support drag-and-drop.
  3. Save the filter
    Click Save as, give it a name, and share it with the right groups or roles if teammates will use the board.
  4. Go to Boards → Create board
    From the top nav, search for or select Go to all: Boards, then Create board in the top-right.
  5. Create the board from your saved filter
    Choose Scrum or Kanban, then select Board from an existing saved filter and pick the filter you just saved.
  6. Configure columns and permissions
    Map 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.

  1. Build a company-managed board from a filter
    Build 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.
  2. Be aware of the custom-field catch
    Be 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.

  1. Add the spaces you want
    When you set up or edit a board, choose the Jira spaces it should pull from. Work items from every selected space appear on the same board, and you can group, filter, and bulk-edit across all of them.
Tip. Once work items from several spaces share a board, group them with a single setting: by space, assignee, epic, or any field. A multi-space board stays readable when you group by a meaningful dimension.

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 Rank or 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?
No. Team-managed boards are tied to their own space, and you can''t create additional boards from within a team-managed space. To see multiple spaces together, build a company-managed board from a saved filter whose JQL includes those spaces.
How do I create a cross-space board in a company-managed space?
Create a saved filter with JQL that lists the spaces you want (e.g. 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?
The most common cause is unmapped statuses. When spaces use different workflows, any status not mapped to a column on the board won''t display its work items. Open board settings and map every status you expect to see.
Can I mix company-managed and team-managed spaces on one board?
Yes, through a company-managed board built from a filter that references both. The main caveat is custom fields: team-managed space fields are space-scoped and won''t appear on the board''s cards unless they''re globally scoped.
Can I drag and drop work items on a cross-space board?
Yes, as long as the underlying filter ends with ORDER BY Rank. Without a rank order, Jira can''t store the manual ordering that drag-and-drop relies on.
Does BetterBoard need a saved filter to show multiple spaces?
No. You select the spaces you want directly when setting up the board, and their work items appear together. There''s no separate filter to build, save, or share.