Archived
8
0
Fork
You've already forked issues
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.
  • Go 100%
Find a file
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