KO
|
EN
gitlite — search
Search
#typescript
#ai-agents
#deepseek-harness
#dsh-plugin
#open-source
#ai
#claude-code
#cli
#windows
#codex
#developer-tools
#dsh
redmine-trello
★ 60
Open GitHub ↗
No description available.
Download README (.md)
Explore Similar Repositories
bjne
:
Beautiful Japanese NES Emulator
gerbil
:
Gerbil: Inquisitive, friendly animals that rarely bite, TDD for the rest of us
pincrush
:
Pincrush is an open PNG optimizer implementing Apple's proprietary CgBI format.
ioreader
:
IO Reader - a news reading framework to enable you to target one news app to multiple devices.
unicode-data
:
Python scripts that generate JavaScript-compatible Unicode data
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
redmine-trello
?
Download (.md)
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 features Installation ------------ * 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 interval Compatibility ------------- We are currently running this script against Redmine 1.3.0. It has not been tested with any other versions.