Pull Request Metrics
API endpoints for pull request related metrics
Pull Request Metrics
Pull request metrics provide insights into the volume, size, productivity, and interactions of pull requests in your repositories.
Available Metrics
Number of pull requests
Size of pull requests (typically measured in lines of code)
Review rate (percentage of PRs that receive reviews)
Code productivity score
Number of review interactions
Comment interaction count
Number of comments
Commit interaction count
Number of commits
Pull Requests Count Metric
This endpoint provides the count of pull requests based on specified filters.
Pull Requests Size Metric
This endpoint provides information about the size of pull requests.
productivity Score Metric
This endpoint provides a productivity score for pull requests.
Parameter Notes
For pull request metrics, the following date fields are available:
created_at
: When the PR was createdmerged_at
: When the PR was mergedclosed_at
: When the PR was closed
Metrics that are not count based can be aggregated using the following method:
sum
,max
,min
,avg
Common Use Cases
- Monitor PR Volume: Track the number of PRs created over time
- Identify Large PRs: Find PRs that are above a certain size threshold using
metric_min_value
- Analyze Review Culture: Track review rate and comments per PR
- Assess productivity Trends: Monitor if code productivity is increasing or decreasing over time
- Team Comparison: Compare PR metrics across different teams or repositories