GitHub links

PR Throughput report

The PR Throughput macro shows how many pull requests your team is completing over time, and optionally compares that to how many new PRs are being opened. Data is fetched live from GitHub.

Rising throughput with stable or falling cycle time indicates a healthy, improving team flow. Read it alongside PR Cycle Time report and Review Latency report.

Adding the macro to a page

  1. Open a Confluence page in edit mode.

  2. Type /PR Throughput or click + and search for PR Throughput (GitHub).

  3. The configuration panel opens on the right.

  4. Set your options and click Save.

image-20260622-184519.png

Configuration options

Option

Description

Repositories (required)

Select one or more repositories. Type to search within your connected organisation.

Date range

Last 14 days, Last 30 days (default), or Last 90 days.

Display

Full (KPI + chart) or Compact (KPI tile).

image-20260622-232636.png

Compare to previous period

Compare merged PR count to the prior equivalent period. Enabled by default.

Exclude bot / Dependabot PRs

Filter out bot-authored PRs. Enabled by default.

Show opened PRs alongside merged

When enabled (default), the chart shows both merged and opened PR counts side by side, making it easy to see whether work is accumulating or being cleared.

Title (optional)

Custom heading. Defaults to PR Throughput - {selected repositories}.

What is measured

  • Merged PRs - count of PRs merged in the selected period, bucketed by mergedAt. Both boundary dates are included: the window runs from the start of UTC day N through the end of UTC day N+window-1.

  • Opened PRs (optional) - number of new PRs opened in the same period, shown alongside merged to indicate backlog growth or reduction

  • A trend chart over time (Full display only)

Reading the chart: Count of completed PRs per interval. A rising merged count with a stable or falling opened count indicates work is being cleared faster than it arrives. Metrics are team-level only - never per-developer.


Updated: