Skip to main content
Clicking an engineer row in the team dashboard opens their individual detail page. It scopes the team metrics to one person and adds their recent PR history.
This page is designed as a self-view — useful for an engineer to understand their own work and for a manager and engineer to look at together. It is not a tool for ranking people against each other; there are no peer comparisons here.

Phased cycle time

The detail page includes the engineer’s own phased cycle time — coding, pickup, and review stages — so they can see where their PRs tend to spend time. The deploy stage is measured at the org level.

PR history

A list of the engineer’s merged PRs for the selected date range, each with:
  • PR title and repo
  • Date merged
  • Lines changed
  • Cycle time for that PR
  • Link to the PR/MR on your code host
This makes it easy to see what drove a spike or dip in a given period. The engineer view has its own date range picker, initialized to whatever range you were viewing on the team dashboard. Change it freely to zoom in on a sprint or out to a quarter — it only affects this page. When you go back (browser Back or the breadcrumb), the team dashboard is exactly as you left it, with its own range untouched.