It may not be possible, but got a task to see if I can implement some kind of progressbar on the dashboard, but I can't seem to figure out how to make a query of that.
We use @Scale integration and it displays a bare like this: Progressbar[1]
Where 50% means that this feature has child user stories with 50% of them state: complete.
I would like some similar function on the dashboard, do not have to be a progress bar, but should be able to somehow visualize how many user stories under a feature that is closed, compared to total user stories. [1]: https://i.stack.imgur.com/5TJaV.png
Anyone done something like this?