Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cprice404/redmine-trello
https://github.com/cprice404/redmine-trello
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/cprice404/redmine-trello
- Owner: cprice404
- Created: 2012-05-24T01:57:12.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2017-05-16T08:04:31.000Z (over 7 years ago)
- Last Synced: 2024-07-18T21:59:06.188Z (4 months ago)
- Language: Ruby
- Size: 143 KB
- Stars: 60
- Watchers: 9
- Forks: 26
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Redmine-Trello Integration
==========================This project provides extremely simplistic synchronization of
Redmine tickets to Trello boards.Recent versions also have the ability to create Trello cards
from github pull requests.Prerequisites
-------------
* Requires ruby 1.9 because it uses some of the newer character
encoding featuresInstallation
------------
* Clone this git repo
* Make a copy of `config/redmine_trello_config.rb.SAMPLE`
to `config/redmine_trello_config.rb`
* Edit the config file, following the instructions from
the sample file to configure your trello access tokens
and your mappings from Redmine projects / issue states
to the Trello lists you'd like to clone the issues into
* Set up a cron job that calls `bin/copy_to_trello.rb` at
your desired intervalCompatibility
-------------
We are currently running this script against Redmine 1.3.0.
It has not been tested with any other versions.