Forum Discussion
hiteshchandwani
Oct 28, 2021Copper Contributor
Create burndown chart on multiple custom workitems together
Hi Folks, I am trying to see if there is a way to achieve a burndown chart created on DevOps dashboard which has base of more than one work item type instead of just using stories/epics/features
dmsb
Jul 13, 2026Copper Contributor
There is an extension named Great Gadgets (see https://marketplace.visualstudio.com/items?itemName=StonikByte.stonikbyte-great-gadgets-extension&ssr=false#overview) which nicely handles this case. It provides a Release Burndown Burnup Chart widget that uses a shared query as data source.
All you need to do is create a shared query that returns the items you want to track, then configure the widget to use that query. The widget will automatically generate the burndown chart based on the results.
Hope this helps.
D.