Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Kanban board plug-in for Trac

Is there any plug-in/app for presenting/managing tickets from Trac bug tracking system on Kanban board? For example, I want to be able to change the status of Trac tickets by dragging-dropping them accross the board. I tried some standalone tools like AgileZen but but I couldn't find a way to integrate them with Trac.

like image 384
kirill_l Avatar asked Nov 24 '09 17:11

kirill_l


2 Answers

I've written two blog posts about Trac and Kanban (and the new T&K - Redux) where we just fill a wiki-page with three columns of TracQuery-macros. There's some example source in there.

It's dead-simple (no drag and drop) but it works well for us. We use the GridFlow and BatchTicket plugins to quickly edit many tickets. The standard workflow is enough for daily tasks though.

The most recent version looks like this:

trac wiki screenshot

Note that by filtering on the age of the closed tickets column, you can also use this as a continous process, rather than per sprint/iteration/milestone.

like image 160
Macke Avatar answered Nov 09 '22 01:11

Macke


The IttecoTracPlugin adds this, but it also adds a number of other features. There is no Trac plug-in that I am aware of that adds only a Kanban board.

http://trac-hacks.org/wiki/IttecoTracPlugin

like image 29
CuriousCurmudgeon Avatar answered Nov 09 '22 02:11

CuriousCurmudgeon