Skip to content

nyu-devops/lab-agile-zenhub

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nyu-lab-agile-zenhub

This is the repository for the ZenHub training lab on Agile Development and Planning

ZenHub logo

Import/Export Tool https://github.com/gavinr/github-csv-tools

Export/Import Issues

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 node

Then run this to install GitHub CSV Tools:

npm install -g github-csv-tools

After install, githubCsvTools --help for info on how to use, or see below.

Instructions for exporting or importing:

To Export Issues

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_REPO

To Import Issues

Currently imports title, body, labels, status (closed or open) and milestones.

githubCsvTools new-issues.csv -t $GIT_TOKEN -o rofrano -r lab-agile-zenhub

About

This is the repository for the ZenHub training lab on Agile Development and Planning

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published