A tool for extracting a Bitbucket issue export and importing it into GitHub.
- Go 100%
| .gitignore | ||
| go.mod | ||
| go.sum | ||
| issues.go | ||
| json.go | ||
| LICENSE | ||
| README.md | ||
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