MetricsGrimoire / Bicho

Bicho is a command line based tool used to parse bug/issue tracking systems
http://metricsgrimoire.github.com/Bicho/
GNU General Public License v2.0
68 stars 30 forks source link

GitHub backend considers tickets in different repos as the same ticket #120

Closed jgbarah closed 10 years ago

jgbarah commented 10 years ago

When running bicho on the second GitHub repository, it only considers ticket number to decide if it is already in the database or not. This leads to different tickets to be considered as the same, and therefore, many new tickets are not inserted in the database. To reproduce this bug, just run Bicho on two projects (repositories), and observe how the ticket numbers that are present in both, are not included for the second one.