Issue Resolution Duration
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 event is relevant for this metric.
Data
Link: https://oss.open-digger.cn/{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.