Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sorich87/github-to-bitbucket-issues-migration
Migrate issues from a Github repository to a Bitbucket one
https://github.com/sorich87/github-to-bitbucket-issues-migration
Last synced: 2 months ago
JSON representation
Migrate issues from a Github repository to a Bitbucket one
- Host: GitHub
- URL: https://github.com/sorich87/github-to-bitbucket-issues-migration
- Owner: sorich87
- Created: 2012-10-13T15:27:01.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2016-02-27T04:15:08.000Z (almost 9 years ago)
- Last Synced: 2024-08-04T04:05:47.353Z (6 months ago)
- Language: Ruby
- Size: 194 KB
- Stars: 133
- Watchers: 9
- Forks: 25
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- starred-awesome - github-to-bitbucket-issues-migration - Migrate issues from a Github repository to a Bitbucket one (Ruby)
README
Export issues from a Github repository to the [Bitbucket
Issue Data Format](https://confluence.atlassian.com/display/BITBUCKET/Export+or+Import+Issue+Data)## Usage
Requirements:
* Ruby
* Bundler (http://bundler.io/)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
```