Skip to content

ortemij/github-to-bitbucket-issues-migration

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Export issues from a Github repository to the Bitbucket Issue Data Format

CLI Options

options:
 -repository     Repository username/reponame
 -username (-u)  Github login
 -password (-p)  Github password
 -filename (-o)  Output file name (default is ./export.zip) : default - export.zip
 -prskip         Skip exporting pull requests
 -help (-h)      Show help

Usage

bundle install
bundle exec ruby cli.rb -repository user/repo -username user -password *** -filename out.zip

About

Migrate issues from a Github repository to a Bitbucket one

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Ruby 100.0%