wogscpar / SZZUnleashed

An implementation of the SZZ algorithm, i.e., an approach to identify bug-introducing commits.
MIT License
109 stars 76 forks source link

Use github as an issue tracker #40

Open rafed opened 2 years ago

rafed commented 2 years ago

A lot of open-source projects rely on Github issues for their issue tracker. Since researchers work a lot with open source repositories, I think it's extremely valuable to have a support for retrieving issues from Github issues and using it with SZZUnleashed.

Could this feature be added?

fuhrmanator commented 12 months ago

See the fork at https://github.com/fuhrmanator/SZZUnleashed/tree/master/fetch_github_bugs (it's not perfect, but it's a start). It's not been tested a lot with various repos (care must be taken in matching what is a bug, it's noisier on GitHub than on Jira).