Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hmazter/bitbucket-json-to-github-issues
Import issues from BitBucket json to GitHub
https://github.com/hmazter/bitbucket-json-to-github-issues
Last synced: 4 days ago
JSON representation
Import issues from BitBucket json to GitHub
- Host: GitHub
- URL: https://github.com/hmazter/bitbucket-json-to-github-issues
- Owner: hmazter
- Created: 2015-12-15T21:21:27.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-12-16T10:39:03.000Z (about 9 years ago)
- Last Synced: 2024-12-21T00:33:56.464Z (7 days ago)
- Language: PHP
- Size: 15.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# BitBucket json to GitHub issues
Import issues from BitBucket json to GitHub
## Features
* Match BitBucket usernames to GitHib usernames for assignees and reporters
* Posts BitBucket comments as comments on GitHub issues with all previous comment data in body
* Use GitHub mentions to link issue and comment actions to GitHub usersMissing
* Does not preserve issue id from BitBucket to GitHub if some ids is missing
## Install
1. `git clone [email protected]:hmazter/bitbucket-json-to-github-issues.git`
1. `cd bitbucket-json-to-github-issues`
1. `composer install`## Usage
1. Follow https://confluence.atlassian.com/bitbucket/export-or-import-issue-data-330797432.html
to export issue json from BitBucket.
1. Unpack downloaded export zipfile
1. run this script:
`./app import -f [filename.json] -o [owner of repo (an org or a user)] -r [repo name] -u [username]`
1. Follow output on screenNotice! An issue import into GitHub can not be reverted!