Re: DISCUSS: Bugzilla vs JIRA vs GitHub issues

2022-07-11 Thread Vladimir Sitnikov
I've raised https://issues.apache.org/jira/browse/INFRA-23475 to fetch Bugzilla dump. Vladimir

Re: DISCUSS: Bugzilla vs JIRA vs GitHub issues

2022-07-11 Thread Vladimir Sitnikov
>* Maybe we could dump the data from the MySQL database, import in into a clone and work from that instance instead through the UI? This might indeed be a better idea. It is great I did not invest much time in scraping the UI. The sad thing is the dump contains sensitive information, so I would

Re: DISCUSS: Bugzilla vs JIRA vs GitHub issues

2022-07-11 Thread Felix Schumacher
Am 11.07.22 um 17:50 schrieb Vladimir Sitnikov: I've made progress on Bugzilla -> GitHub migration. Frankly speaking, I'm not comfortable refactoring/maintaining Python code (which is what many projects use to migrate off Bugzilla), so I created Kotlin-based project so the data and fields are

Re: DISCUSS: Bugzilla vs JIRA vs GitHub issues

2022-07-11 Thread Vladimir Sitnikov
I've made progress on Bugzilla -> GitHub migration. Frankly speaking, I'm not comfortable refactoring/maintaining Python code (which is what many projects use to migrate off Bugzilla), so I created Kotlin-based project so the data and fields are typed: https://github.com/vlsi/bugzilla2github For