How are Active Days calculated

For this calculation, we consider any GIT activity, such as regular commits, merge commits, and PRs opened, reviewed, merged, and declined. The active day value indicates, on average, how many days out of a seven-day week a person or team has been active. Weekends are included in the calculation to ensure any work that happens during that time is also accounted for.

If the duration is >= 7 : Active days =(CurrentActiveDays / (Selected time frame) / CurrentActiveAuthors) * 7 If the duration is < 7 : Active days =(CurrentActiveDays / (Selected time frame) / CurrentActiveAuthors) *1

Active days on Cockpit pro
Active days on Activity screen

For example: (Time frame: February 1st - 10th)

  • If the team worked for 10 days in February, and you have 3 active authors contributing to the work. Active days = (10/10/3) * 7 = 2.3

  • If the team worked for only 5 days in February, you would have 2 active authors contributing. β€’ Active days = (5/10/2) * 1 = 0.25

Last updated

Was this helpful?