Skip to content

A script to import a Trello JSON file as issues into GitHub

License

Notifications You must be signed in to change notification settings

Tallwave/github_trello_importer

Repository files navigation

GitHub Trello Importer

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.

Installation

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

Usage

import-trello /path/to/file.json swilliams test-repo some-key

4 Arguments:

  1. The path to the JSON file exported by Trello.
  2. The GitHub organization (or user)
  3. The repository name
  4. Your API token.

Contributing

  • Fork
  • Make it better
  • Create a Pull Request

About

A script to import a Trello JSON file as issues into GitHub

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages