Sync Redmine ticket to Trello card (Moved to here)
- cd
${YOUR_REDMINE_HOME}/plugins
git clone https://github.com/KKBOX/redmine-trello-card-sync.git redmine_trello_card_sync
- Change directory back to your Redmine installation. (
cd ${YOUR_REDMINE_HOME}
) - Run
bundle install --without development test
to install essential gems. - Run
bundle exec rake db:migrate_plugins RAILS_ENV=production
to setup plugin-related database tables. (In older version of Redmine, you may need to runRAILS_ENV=production bundle exec rake redmine:plugins:migrate
instead) - Go to
http(s)://${YOUR_REDMINE_HOST}/settings/plugin/redmine_trello_card_sync
, enter the essential settings to enable this plugin.- Get your API key (32 characters long) & member token (64 characters long) from here, note they are different, one is the value of "Key", another is what you will get from the "Token" link.
- Restart your Redmine server to take effect.
Enable this plugin module in each project's settings -> modules page, such as http(s)://${YOUR_REDMINE_HOST}/projects/${YOUR_PROJECT}/settings/modules
.
Once you enable the module, you can configure mappings at http(s)://${YOUR_REDMINE_HOST}/projects/${YOUR_PROJECT}/trello_card_sync/mappings
.
You can enter your Trello username at http(s)://${YOUR_REDMINE_HOST}/my/account
.