Skip to main content

Issue Resolution Duration

From For

Definition

Issue Resolution Duration, also known as Time to Issue Resolution, is a metric defined by CHAOSS, see CHAOSS Metrics - Time to Issue Resolution for the detailed definition of this metric.

The metric helps indicate the time it takes to resolve an issue, on average, from the time it was opened to the time it was closed. This metric can be used to determine how quickly the community responds to issues and how long it takes to resolve them.

For issues that were reopened and closed again, only the last close date is relevant for this metric.

Data

Link: https://oss.x-lab.info/open_digger/{platform}/{owner}/{repo}/issue_resolution_duration.json

To get the data for a certain repository, replace {platform}, {owner} and {repo} with the actual name. Here is an example.

Code

Here's the implementation code.

CodePen Demo