Share via

Display work items from one project on another project's Kanban board in Azure DevOps

Besi I 0 Reputation points
2026-05-05T20:58:05.9766667+00:00

Hi,

Is it possible to show work items from Project A on

the Kanban board in Project B in Azure DevOps Services?

We are looking for a way to get a cross-project board

view without duplicating work items.

Are there any native features or recommended workarounds

such as Delivery Plans or Marketplace extensions?

Thank you

Azure DevOps
0 comments No comments

2 answers

Sort by: Most helpful
  1. Rakesh Mishra 8,420 Reputation points Microsoft External Staff Moderator
    2026-05-05T22:00:38.6666667+00:00

    Hi Besi,

    Thank you for reaching out. Natively, Azure DevOps does not support displaying work items from one project on another project's Kanban board. This is because Kanban boards and backlogs are strictly scoped to a specific team within a single project.

    However, there are official solutions and extensions you can implement to achieve cross-project visibility:

    1. Query Based Boards Extension (Recommended for Kanban View) If you specifically need a board view, the official workaround is to use a marketplace extension. As explicitly stated in the Microsoft Cross-project FAQs:

    Can I view a board of work items defined in different projects? "Yes. The Query Based Boards Marketplace extension supports this feature. You can view a board view of a flat-list query of work items."

    Extension Link: https://marketplace.visualstudio.com/items?itemName=realdolmen.EdTro-AzureDevOps-Extensions-QueryBasedBoards-Public

    Note: This is a third-party extension and is not developed or maintained by Microsoft.

    Steps:

    1. Install the Extension: Go to the Azure DevOps Marketplace and install the Query Based Boards extension to your organization.
    2. Create a Cross-Project Query:
      • Navigate to Project > Boards > Queries > New Query.
      • Set the parameters (e.g., Work Item Type = User Story).
      • Crucial Step: Check the "Query across projects" checkbox in the top right corner of the query editor.
      • Run the query to verify that work items from both project like Story A and Story B appear in the list.
      • Save the query under Shared Queries.
    3. In Editor tab of queries, you will see another tab - Show as Board. User's image

    User's image

    Reference for configuration of extension: https://www.youtube.com/watch?v=tod0S2QXO-E

    2. Delivery Plans (Timeline View) If your goal is to track cross-team work on a timeline, Delivery Plans natively support this feature. According to the Gain visibility across teams documentation:

    "Delivery Plans support a view of team backlogs on a calendar timeline. With Delivery Plans, you create a timeline view that overlays multiple teams' backlogs—stories, features, or epics—onto a delivery schedule."

    User's image


  2. Q&A Assist
    2026-05-05T20:58:27.62+00:00
    AI generated content. This question contains an answer created with AI from Q&A Assist. Learn more

    Displaying the same work items from Project A directly on Project B’s native Kanban board isn’t supported. Each team board is scoped to the team’s project, area path, and iteration paths.

    However, there are supported ways to get cross-project views without duplicating work items:

    1. Delivery Plans (native, cross-project)
      Delivery Plans provide a calendar/timeline view of work across multiple teams and projects:
      • Can show up to 20 team backlogs from different projects in one plan.
      • Visualizes scheduled work items by sprint/iteration across projects.
      • Supports rollup progress and dependency visualization between work items.
        This gives a cross-project planning/roadmap view, but not a Kanban board with columns.
      See: Use team delivery plans in Azure Boards.
    2. Query-based cross-project views + extension board
      Azure Boards queries can span projects within an organization. To get a board-like view:
      • Create a flat list query that returns work items from Project A (and optionally others).
      • Install and use the Query Based Boards Marketplace extension, which can render a board view over that query, including items from multiple projects.
      This is the recommended workaround to approximate a cross-project Kanban board without duplicating items.
    3. Other visualization options
      For schedule/dependency visualization across projects (not Kanban):
      • Delivery Plans for roadmap/timeline and dependencies.
      • Dependency Tracker and Gantt-style Marketplace extensions for portfolio-level roadmaps and dependency management.

    There is no native feature to have Project A’s work items appear on Project B’s standard Kanban board, but Delivery Plans plus the Query Based Boards extension provide supported cross-project views without copying work items.


    References:

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.