Kanban board plug-in for Trac
Asked Answered
F

7

13

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.

Fraze answered 24/11, 2009 at 17:5 Comment(0)
S
20

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.

Sustentacular answered 26/2, 2011 at 21:53 Comment(1)
thanks for sharing, the simplicity and power of the solution is really amazingPortsmouth
M
2

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

Macedo answered 23/12, 2009 at 21:28 Comment(0)
T
2

Also using wiki pages and macros:

https://trac-hacks.org/wiki/TracKanbanBoardMacro

Screenshot taken from there: screenshot

Taishataisho answered 23/9, 2015 at 14:58 Comment(0)
O
1

You could also try Agilo for Scrum but of course it is tailored towards Scrum...

Observance answered 10/4, 2010 at 12:18 Comment(0)
I
1

I'm going to answer this very old post, bizarely enough with a solution provided by someone who has already replied - CuriousCurmudgeon - his WhiteboardPlugin (probably not written at the time of his post) does what you want.

Ixion answered 12/1, 2011 at 5:14 Comment(1)
I've tried that plugin. It was very beta at the time, and it doesn't seem to be actively developed.Sustentacular
L
0

You can actually use Cards Plugin for Trac.

Lavery answered 11/9, 2015 at 10:28 Comment(0)
H
0

I am using a slightly locally modified version of WhiteBoardPlugin:

Trac WhiteboardPlugin look

It is mildly configurable and has some drag-and-drop functionality for tickets. It does the trick for our needs.

It can be found at:

https://trac-hacks.org/wiki/WhiteboardPlugin

Halfmoon answered 20/3, 2019 at 22:35 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.