To succesful migrate tickets from PivotalTracker to Github do:
- Clone this repo
- Run in console:
gem install httparty - Run in console:
gem install highline - Import all user stories from PivotalTracker to csv file
- Name it
issues.csv - If you need to clear all existing repo labels, run:
ruby delete_labels.rb, but checkyour_github_username/your_repository_nameblock inside the file first - For importing tickets from csv to repo, run:
ruby import_issues.rb issues.csvand follow prompts
Thanks for making these scripts to @robotarmy and his gist: https://gist.github.com/2257596
Done!