Skip to content

Show completed deliverables per milestone in addition to missed deliverables

This is a request from product and development in conjunction with the effort to reduce missed deliverables.

An iteration we can help is to show the number of closed issues with Deliverable per milestone. This would be shown next to the missed deliverables charts.

The request was made here because the CSV export is needed for further slicing.

Delivered deliverables per month

We need to assemble data from both https://quality-dashboard.gitlap.com/groups/gitlab-org/missed_deliverables and https://quality-dashboard.gitlap.com/groups/gitlab-org/missed_deliverables

The ask from Christopher and Josh are 2 charts.

  • Delivered deliverables per milestone vs non-deliverables. This would be a stack bar chart showing non-deliverable and deliverable issues closed per milestone. We can extend the work in #119 (closed) for this.

  • Missed deliverables per milestone, we need to fix the unique rendering logic to show missed:x.y overlap and ignore uniqueness. #120 (closed)

These 2 charts will allow the calculation of https://docs.google.com/spreadsheets/d/1OOQH4fzKM5BTZa7J1C70RJrx9MUPz-3Lr-w9ES2H9Fw/edit#gid=0. Currently we are querying the issue tracker manually. E.g.

  • Delivered https://gitlab.com/groups/gitlab-org/-/issues?scope=all&utf8=%E2%9C%93&state=closed&label_name[]=Deliverable&milestone_title=12.1
  • Missed https://gitlab.com/groups/gitlab-org/-/issues?scope=all&utf8=%E2%9C%93&state=all&label_name[]=missed-deliverable&label_name[]=missed%3A12.1
Edited by Mek Stittri
To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information