Import and export GitHub issues via CSV
Prerequisite: Install Node.js, then run this to install:
npm install -g github-csv-tools
After install, githubCsvTools --help
for info on how to use, or see below.
Instructions for exporting or importing:
Currently imports title, description, labels, status (closed or open) and milestones.
githubCsvTools myFile.csv
githubCsvTools
For all actions, the tool will ask you to input a GitHub token. To obtain this token:
- Go to https://github.com/settings/tokens
- Click "Generate New Token"
- Check on
repo
- Copy/paste the token provided when the tool asks for it.
- Clone the repo.
- Browse to repo, then run
npm install -g
See CHANGELOG.md