Skip to content

Cycle Analytics: Events per stage

James Lopez requested to merge feature/cycle-analytics-events into master

Adds list of events to each stage:

  • Issue: list of issues created in the last XX days, that have been labeled or added to a milestone.
  • Plan: list of commits that reference for the fist time an issue from the last stage.
  • Code: list of MR created in this stage
  • Test: List of unique builds triggered by the commits.
  • Review: List of MR merged
  • Staging: List of deployed builds
  • Production: list of issues with the time from idea to production

Fixes #23449 (closed)

Merge request reports