Github: Weekly Metrics

Description

  • Summary numbers for issues and pull requests by week

Supported Data Sources

  • GitHub

Columns

Type
Name
Description

DATETIME

week

The reporting week

STRING

repository

The name of the repository

INTEGER

number_issues_opened

The total number of issues created during this time period

INTEGER

number_issues_closed

The total number of issues closed during this time period

DECIMAL

avg_days_issue_open

The average number of days an issue opened during this time period was open

DECIMAL

longest_days_issue_open

The longest number of days an issue opened during this time period was open

INTEGER

number_prs_opened

The total number of pull requests created during this time period

INTEGER

number_prs_merged

The total number of pull requests merged during this time period

INTEGER

number_prs_closed_without_merge

The total number of pull requests closed without a merge during this time period

DECIMAL

avg_days_pr_open

The average number of days a pull request opened during this time period was open

DECIMAL

longest_days_pr_open

The longest number of days a pull request opened during this time period was open

Last updated

Was this helpful?