Tasks In Review

Activity Volume

Counts the number of tasks that moved to In Review during the selected period.

💡 Like items in your quality inspection queue, the more tasks sitting here, the more bottleneck you have before shipping.

What It Measures

Counts the number of tasks that moved to In Review during the selected period.

Why It Matters

Monitoring how much work is waiting for review feedback
Understanding review queue volume

How It's Calculated

Counts each status transition to In Review in the date range.

COUNT(status_transitions WHERE new_status = in_review AND timestamp BETWEEN measure_from AND measure_to)
Concrete Example

If 12 tasks moved to In Review this sprint and you completed 10, two tasks are waiting for feedback, a healthy review queue size.

What Does a Healthy Score Look Like?
Should closely track tasks in progress, growing divergence signals a review backlog.
Healthy
Close to the number of tasks in progress
Watch Out
2× or more in review vs in progress
Needs Attention
Review queue keeps growing sprint-over-sprint
What Moves This Metric?
Goes up when

Team developing faster than reviewers can keep up
More developers actively coding and requesting reviews
Review SLAs not being enforced causing pile-up
Goes down when

Reviewers keeping pace with new requests and clearing the queue
WIP limits preventing too many tasks reaching review simultaneously
Smaller PRs making reviews faster and less daunting

Start Tracking Tasks In Review

Connect GitHub and Shortcut in minutes. All metrics update automatically.