This is the repository for the ZenHub training lab on Agile Development and Planning
Import/Export Tool https://github.com/gavinr/github-csv-tools
Import and export GitHub issues via CSV (https://github.com/gavinr/github-csv-tools)
Prerequisite: Install Node.js.
On a Mac you can use homebrew to do install Node cleanly if you don't already have it:
brew install nodeThen run this to install GitHub CSV Tools:
npm install -g github-csv-toolsAfter install, githubCsvTools --help for info on how to use, or see below.
Instructions for exporting or importing:
This will export all stories to a file called timestamp-issues.csv
githubCsvTools -t <token> -o <org> -r <repo>githubCsvTools -t $GIT_TOKEN -o $GIT_ORG -r $GIT_REPOCurrently imports title, body, labels, status (closed or open) and milestones.
githubCsvTools new-issues.csv -t $GIT_TOKEN -o rofrano -r lab-agile-zenhub