Can Azure dashboard dynamically add widgets?

Viewed 48

Azure has a dashboard where we can add widgets for our pipelines and releases

Is it possible to configure this dashboard to dynamically add a new widget, when we add a new build- or release-pipeline?

More specifically we would like the dashboard to show release pipeline widgets for all releases defined in a specific folder

Or do we have to manually add a new widget, when we add a new release?

1 Answers

You can create a custom widget. You can find the release REST API here.

Good luck with that!

Related