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:
- Install the Extension: Go to the Azure DevOps Marketplace and install the Query Based Boards extension to your organization.
- 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 AandStory Bappear in the list. - Save the query under Shared Queries.
- In Editor tab of queries, you will see another tab - Show as Board.
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."