0

Does this exist?

I have 10 team projects in Azure DevOps, each with 2 to 5 pipelines (using multi-stage yaml pipelines, not classic Release pipelines).

Is there any widget or built in functionality to see a dashboard of all of my pipelines across all projects with red/green status? Thinking to create a PowerBI report if not...

Jeff
  • 35,755
  • 15
  • 108
  • 220

1 Answers1

2

Dashboards are specific to the Team Project. There still is no such thing as an Organization level dashboard (See earlier questions: Is there a way to create an organization dashboard in Azure DevOps?)

The current "User Voice" topic for this request is here: https://developercommunity.visualstudio.com/idea/365500/single-dashboard-for-multiple-projects.html

The best option outside of Power BI is creating a dashboard per team and then tagging each as a favorite. They are then accessible via the favorites shortcut in the top navigation.

top nav example

Alexis Murray
  • 678
  • 13
  • 23