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

Latest commit

 

History

History
35 lines (28 loc) · 1.02 KB

README.md

File metadata and controls

35 lines (28 loc) · 1.02 KB

Redmine-Kanboards

Redmine Plugin for coordinate w/ Kanboard.

Kanboard is a simple task board software. It's very instinctive tool and suittable tool for Kanban methodology.

TODO

  • When a Redmine's ticket created, create a Kanboard's task
  • When a Redmine's ticket closed, close the corresponding Kanboard's task

Installation

  1. Go to your redmine directory.

  2. Go into plugins directory.

    cd plugins
    
  3. Clone this repository

    git clone https://github.com/hitsumabushi/redmine-kanboard.git
    rake redmine:plugins:migrate RAILS_ENV=production
    
  4. Restart redmine.

  5. Login redmine and open project.

  6. You can find 'Kanboard' tab.

  7. 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
    
  8. That's ALL. Create Redmine Tickets!!