Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Closed Issues by Label to Scraper #50

Open
jlaura opened this issue Jul 3, 2018 · 0 comments
Open

Add Closed Issues by Label to Scraper #50

jlaura opened this issue Jul 3, 2018 · 0 comments

Comments

@jlaura
Copy link

jlaura commented Jul 3, 2018

We frequently like to look at the types of issues that are being closed and compute some statistics to understand where in the life cycle of a project we are. The osstracker-scraper is currently pulling the standard tags for open issues and a simple raw count for closed issues. I wonder if it is possible to pull the standard issue tags for closed issues as well? This would allow some computation of things like ratio of bugs to enhancements over the project life cycle.

I have never developed in scala. I think that the linked gist should encompass the changes necessary. This extends the IssuesInfo class to include closed issue metrics, make use of the getIssuesStats func to also pull the closed counts via getIssuesLabelStats that does not appear to need any modification.

I am not sure how to further integrate and would rather not submit a 1/2 cooked PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant