jeffwidman / bitbucket-issue-migration

A small script for migrating repo issues from Bitbucket to GitHub
GNU General Public License v3.0
316 stars 95 forks source link

Update readme that bitbucket labels are supported #29

Closed jeffwidman closed 8 years ago

jeffwidman commented 8 years ago

25 added support for bitbucket labels/metadata/component and translates them to github labels:

https://github.com/jeffwidman/bitbucket_issue_migration/blob/master/migrate.py#L295

@nicoddemus do you remember what bitbucket metadata & component types refer to?

nicoddemus commented 8 years ago

Hi @jeffwidman!

IIRC my patch mapped kind and component to GH labels... does that answer your question? :smile:

jeffwidman commented 8 years ago

Yep thx