sigmavirus24 / bitbucket_issue_migration

A small script to help move issues from bitbucket to github

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bitbucket Issues Migration

https://travis-ci.org/RonnyPfannschmidt/bitbucket_issue_migration.svg?branch=master

This is a small script that will migrate issues to a github project.

It will use the bitbucket api to pull out the issues and comments.

It will import issues (and close them as needed) and their comments. Labels and milestones are not supported at the moment.

preinstall:

$ pip install -U pip setuptools
$ pip install d2to1 setuptools_scm

development:

$ pip install mock pytest flake8
$ pip install -e .

test:

$ py.test testing
$ flake8 src testing setup.py

About

A small script to help move issues from bitbucket to github

License:GNU General Public License v3.0


Languages

Language:Python 100.0%