Skip to content

sorich87/github-to-bitbucket-issues-migration

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Usage

Requirements:

Make sure you have all dependencies:

bundle install

And then:

  ruby cli.rb -u username -p password -r myrepo -o issues.zip

or:

  ruby cli.rb -t token_here --organization your_org

Available options

    -t, --access_token [ARG]         Github access token
    -u, --username [ARG]             Github username
    -p, --password [ARG]             Github password
        --organization [ARG]         Export all organization's repositories
    -o, --output [ARG]               Output filename - defaults to [repo_name].zip
    -r, --repository [ARG]           Export only one repository
    -h, --help                       Show this message

About

Migrate issues from a Github repository to a Bitbucket one

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages