GitScrum / Docs
Todas las Mejores Prácticas

What Are GitScrum Reports and Analytics?

GitScrum Reports provide Cumulative Flow Diagrams, Project Age Analysis, and Weekly Activity Heatmaps. Use these analytics to identify bottlenecks, stale tasks, and team activity patterns.

3 min de lectura

What are GitScrum Reports and Analytics?

GitScrum Reports provide visual analytics for project health: Cumulative Flow Diagrams show work distribution across columns over time, Project Age Analysis identifies stale tasks, and Weekly Activity Heatmaps reveal when your team is most active. These reports help identify bottlenecks, predict delivery, and improve flow without micromanaging individual developers.

GitScrum reports overview

ReportWhat It ShowsUse Case
Cumulative FlowWork distribution over timeIdentify bottlenecks
Project AgeTasks by age in current columnFind stale work
Weekly ActivityHeatmap of team activityUnderstand work patterns

How to read Cumulative Flow Diagram:

  • Smooth parallel bands - Healthy flow, consistent throughput
  • Widening band - Work accumulating, potential bottleneck
  • Narrowing toward top - Work completing faster than entering
  • Bulge in middle columns - Review or Testing bottleneck
  • Flat bottom band - Backlog stable, not over-planning
  • Sudden narrowing - Sprint completion or scope cut
  • Project Age Analysis insights

    Age RangeMeaningAction
    0-3 daysNormalOn track
    4-7 daysAgingCheck for blockers
    8-14 daysStaleNeeds attention
    15+ daysCriticalUnblock or archive

    Weekly Activity Heatmap uses

    • Identify peak hours - When team is most active
    • Spot gaps - Times with no activity
    • Timezone coverage - See when each region works
    • Meeting impact - Correlate with meeting schedules
    • Burnout signals - Excessive off-hours work

    Report-driven improvements

    Report FindingImprovement Action
    Review column wideningAdd reviewers, lower WIP
    Many 14+ day old tasksWeekly stale task review
    Low activity MondaysAdjust meeting schedules
    Testing bottleneckAdd QA capacity or automation
    Sporadic throughputStabilize WIP limits

    How to access reports

  • Navigate to project - Select your project
  • Click Reports tab - Or Analytics section
  • Select report type - CFD, Age, or Heatmap
  • Adjust date range - Last 7, 30, 90 days
  • Export if needed - Share with stakeholders
  • Related articles