rlw730 / support-tools

Automatically exported from code.google.com/p/support-tools
Apache License 2.0
0 stars 0 forks source link

github_issue_converter.py ignores deleted issues resulting in issue ID mismatch #74

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Deleted issues are skipped

What is the expected output? What do you see instead?
The issue ids are mismatching on GitHub after using the migration script as NO 
"dummy issues" are created (suggested otherwise here: 
https://code.google.com/p/support-tools/issues/detail?id=72#c1)

Original issue reported on code.google.com by sstrickr...@googlemail.com on 11 Apr 2015 at 6:50

GoogleCodeExporter commented 8 years ago

Original comment by chrsm...@google.com on 26 Apr 2015 at 1:14

GoogleCodeExporter commented 8 years ago
Unfortunately we can't fix this.

GitHub shares the issue namespace with pull requests. So if your project has 
any pull requests before the issue export starts, then it is impossible to have 
the issue IDs match between GitHub and Google Code.

If your issue tracker makes extensive use of linking to other issues (e.g. see 
#74) then please file a new issue about rewriting comment text to make those 
numbers match up as needed.

Original comment by chrsm...@google.com on 20 May 2015 at 12:16