wiki:TracBacklogPlugin

Version 1 (modified by John Szakmeister, 15 years ago) (diff)

--

TracBacklog

Description

A Trac plug-in to help folks use Trac to maintain their backlog when using an agile development methodology.

Dependencies

It requires simplejson 2.0 or better.

Installation

Download the tarball from https://launchpad.net/trac-backlog/+download.

python setup.py install

Enable the plugin in trac.ini.

[components]
backlog.* = enabled

Configuration

None. You will need to run trac-admin upgrade on your database though (it needs to create a table and some default values for your tickets).

Bugs/Feature Requests

Please use the launchpad site to file any bug and feature requests.

Download

Download the tar'd source from https://launchpad.net/trac-backlog/+download.

Source

The plugin is maintained on Launchpad. More information about how to obtain the code can be found here.