wogscpar / SZZUnleashed

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

Using for a GitHub Project #21

Closed The-Gupta closed 4 years ago

The-Gupta commented 5 years ago

How can it be used for a Public GitHub repository to find bug-fixing commits and the modified code [for any release]?

wogscpar commented 5 years ago

If you mean to track issues to commits you should be able to use Githubs own api. Unfortunately the current script that finds bug fixes doesn't support github, only JIRA at the moment.

mrksbrg commented 4 years ago

I suggest closing this issue. Anyone would be welcome to submit a pull request with support for additional issue trackers.