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 command for computing breakdown of issues by different issue attributes #10

Open
izuzak opened this issue Sep 29, 2015 · 2 comments

Comments

@izuzak
Copy link
Owner

izuzak commented Sep 29, 2015

This is a generalization of #2. Some examples of breakdowns:

  • by age
  • by created_at
  • by resolution time (how long it took to close the issue or pull request)
  • by label
  • by creator
  • by time to first comment or label from maintainer

For each set of issues defined with a scope and label, the program would determine a set of buckets for which data would need to be collected (e.g. buckets by age, popular labels or creators) or allow the user to input those, and then the stats would be collected.

@simonebracaloni
Copy link

Hello, this is a really nice project. Would it be possibile to breakdowns by board status?
We use Github project a lot, and we would love to know how many issue are in a certain column at a given time.

@izuzak
Copy link
Owner Author

izuzak commented Jun 11, 2022

Hey, @simonebracaloni 👋 Thanks for reaching out! Yeah, that should be possible to implement, but I won't have time to work on such a feature anytime soon. If you'd like -- feel free to try implementing it yourself and opening a PR (I'd be happy to review!). Also, if you have a need for some custom metrics -- you might also consider implementing that yourself via a script which uses the GitHub API.

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

No branches or pull requests

2 participants