Trello is a good tool for quick data entry of user stories or issues, but it kinda sucks as a bug tracker. Fortunately it's easy to export cards from Trello in JSON, and GitHub's API makes it rather simple to create Issues from that.
GitHub Trello Importer is built with Ruby and needs Ruby 2.0 or higher. Install it with RubyGems.
gem install github_trello_importer
Some environments may require sudo
permissions.
sudo gem install github_trello_importer
import-trello /path/to/file.json swilliams test-repo some-key
4 Arguments:
- The path to the JSON file exported by Trello.
- The GitHub organization (or user)
- The repository name
- Your API token.
- Fork
- Make it better
- Create a Pull Request