Skip to content

smirnoffmg/metrics

Repository files navigation

Maintainability

Development team metrics

Measure your dev team metrics using python and your task tracker.

Supported task trackers

- Jira

Supported metrics

- Throughput
- Lead time
- Cycle time
- Queue time

Articles

How to run?

poetry install
poetry run python -m metrics --help
poetry run python -m metrics --jira-server YOUR_SERVER_URL --jira_token YOUR_PERSONAL_TOKEN --jira-jql "project = Dev (for example)"

Example output

Throughput

image

Lead time

image

Cycle time

image

Queue time for every status

Status "New"

image

Status "Test"

image

Releases

No releases published

Packages

No packages published