What is PRs Opened vs Closed
This chart puts two weekly counts side by side: how many pull requests were opened and how many were closed in the same week. It answers a question none of the speed metrics do — is your team keeping up with its own throughput, or is work piling up faster than it gets merged?How We Calculate It
For every week in the selected period we count:- Opened — pull requests created during that week.
- Closed — pull requests closed during that week (merged or otherwise closed).
How to Read It
- Closed ≈ Opened, week after week — steady state. The team is absorbing what it takes on.
- Opened consistently above Closed — the backlog is growing. Review capacity, not authoring capacity, is usually the constraint.
- Closed spikes well above Opened — often a cleanup sweep: someone closed a batch of stale PRs. Worth confirming before reading it as a productivity win.
- Both collapse at once — usually a calendar effect (holiday, freeze, incident), not a behavior change.
Where to Find It
Cockpit → Productivity tab, in the detailed charts section.This chart can be hidden for your whole organization. If you don’t see it, check
Cockpit Configuration.