A tool for extracting a Bitbucket issue export and importing it into GitHub.
This repository has been archived on 2022年07月14日 . You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
- Go 100%
| .gitignore | Initial revision with basic functionality | |
| go.mod | Update go.mod format and add go.sum | |
| go.sum | Update go.mod format and add go.sum | |
| issues.go | Show template in help output | |
| json.go | Add more info to issue header | |
| LICENSE | Initial revision with basic functionality | |
| README.md | Import idempotently by skipping existing issues | |
issues
The issues tool migrates issues from Bitbucket to GitHub.
Right now this tool does not import comments or labels; hopefully these shortcomings will be fixed soon.
To install and run, make sure GOBIN (~/go/bin by default) is in your PATH,
and then try:
$ go get mellium.im/issues
$ ./issues -help