Skip to content

joaofx/MantisBoard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MantisBoard

Tool that creates a Kanban board view from a Mantis.

Warning: It was developed for my past job that had a customized version of Mantis. You might can adapt the get.rb file to import tickets from your Mantis

Setup

After clone, download gem packages running:

bundle install

Load Fake Stories

If you don't have a Mantis installed, you can create fake stories running:

ruby fake_stories.rb

Run

ruby web.rb

Open the browser at http://localhost:4567/

Import Stories From Mantis

First create a filter named 'Current Sprint' to view just current sprint stories

Then call get.rb to get stories and tasks

ruby get.rb MantisUserName MantisUserPassword MantisProjectName MantisUrl

A file named stories.yaml will be created

About

Ruby tool that creates a Kanban board view from a Mantis

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors