Issue Closed
Definition
Issue Closed is a metric defined by the CHAOSS community. For a detailed definition of this metric, please refer to CHAOSS Metrics - Issues Closed.
This metric tracks the number of issues that were closed during a certain period. Issues closed are those that changed to the state "closed" during a certain period. In some cases or some projects, there are other states or tags that could be considered as "closed". For example, in some projects, they use the state or the tag "fixed" to indicate that the issue is closed, even when it needs some action for formally closing it.
In some cases, some of these are also issues themselves. Reopening an issue might be considered as opening a new issue in certain scenarios.
The Issues Closed metric provides insights into the volume of issues that are dealt with in a project. Closed issues are a proxy for the activity in a project. By counting closed issues related to code in the set of repositories corresponding to a project, you can have an idea of the overall activity in finishing work with issues in that project. Of course, this metric is not the only one that should be used to track the volume of coding activity.
Data
Link: https://oss.open-digger.cn/{platform}/{owner}/{repo}/issues_closed.json
To get the data for a certain repository, replace {platform}
, {owner}
and {repo}
with the actual name. For more, refer to this example.
Code
Here's the implementation code.