Skip to content
This repository has been archived by the owner on Sep 25, 2023. It is now read-only.

hiroshiyui/redmine-trello-card-sync

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

76 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sync Redmine ticket to Trello card

Setup

  1. cd ${YOUR_REDMINE_HOME}/plugins
  2. git clone https://github.com/KKBOX/redmine-trello-card-sync.git redmine_trello_card_sync
  3. Change directory back to your Redmine installation. (cd ${YOUR_REDMINE_HOME})
  4. Run bundle install --without development test to install essential gems.
  5. 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 run RAILS_ENV=production bundle exec rake redmine:plugins:migrate instead)
  6. 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.
  7. Restart your Redmine server to take effect.

Configuration

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.

About

Sync Redmine ticket to Trello card. NO LONGER MAINTAINED!

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Ruby 77.8%
  • HTML 19.3%
  • CSS 2.9%