Archived
8
0
Fork 0
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.
2018-08-31 16:42:26 -05:00
.gitignore Initial revision with basic functionality 2018-02-28 23:40:07 -06:00
go.mod Update go.mod format and add go.sum 2018-08-31 16:42:26 -05:00
go.sum Update go.mod format and add go.sum 2018-08-31 16:42:26 -05:00
issues.go Show template in help output 2018-03-05 20:33:01 -06:00
json.go Add more info to issue header 2018-03-03 16:54:06 -06:00
LICENSE Initial revision with basic functionality 2018-02-28 23:40:07 -06:00
README.md Import idempotently by skipping existing issues 2018-03-03 12:57:45 -06:00

issues

GoDoc License

Buy Me A Coffee

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