Kanban board plug-in for Trac

人盡茶涼 提交于 2019-12-02 21:00:31

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:

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.

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

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

Noon Silk

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.

Also using wiki pages and macros:

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

Screenshot taken from there:

You can actually use Cards Plugin for Trac.

I am using a slightly locally modified version of WhiteBoardPlugin:

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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!