Add a Contribution Graph to Azure Repos

See when commits happened across projects and repositories without exporting Git history.

What a contribution heatmap answers

A calendar heatmap makes cadence visible: active delivery periods, long quiet stretches, release pushes, and whether work is spread across the week. It is a navigation and trend view, not a productivity score.

Choose the right scope

  1. Select the Azure DevOps project and repositories that belong in the view.
  2. Include the branches relevant to your workflow.
  3. Choose a date window wide enough to show cadence without hiding recent changes.
  4. Filter to a contributor only when answering a specific authorship question.

Read it responsibly

Commit count does not measure value, complexity, review work, pairing, or outcomes. Use the graph to find dates and repositories worth opening, then inspect the actual commits and pull requests in context.

Why Azure DevOps doesn't already have this

Azure Repos ships commit history per repository, per branch, and per push, but nothing calendar-shaped and nothing that aggregates across a project. See does Azure DevOps have a contribution graph like GitHub for what's missing and why.

Open the heatmap inside Azure DevOps

Commit Graph for Azure DevOps adds an interactive contribution calendar to the Repos hub.

See Commit Graph