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

hitsumabushi/redmine-kanboard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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!!

About

coordinate Kanboard with Redmine tickets

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages