Redmine Plugin for coordinate w/ Kanboard.
Kanboard is a simple task board software. It's very instinctive tool and suittable tool for Kanban methodology.
Go to your redmine directory.
Go into plugins directory.
cd plugins
Clone this repository
git clone https://github.com/hitsumabushi/redmine-kanboard.git
rake redmine:plugins:migrate RAILS_ENV=production
Restart redmine.
Login redmine and open project.
You can find 'Kanboard' tab.
Set URL like below.
http://{Kanboard URL}?controller=webhook&action=task&token={Webhook Token}&project_id={Project ID}
# - Webhook Token : See Settings page. (http://{Kanboard URL}?controller=config&action=webhook)
# - Project ID : See Kanboard project url
That's ALL. Create Redmine Tickets!!