Version 7 (modified by 10 years ago) (diff) | ,
---|
Plugin to maintain a Trac backlog
Description
A Trac plug-in to help users maintain their backlog when using an agile development methodology.
See also: BacklogPlugin, AgiloForScrumPlugin, IttecoTracPlugin.
Bugs/Feature Requests
Please use the GitHub site to file any bug and feature requests.
Installation
This plugin requires simplejson v2.0 or better.
To install with easy_install, execute the following:
easy_install -U TracBacklog
Enable the plugin in trac.ini
:
[components] backlog.* = enabled
Configuration
You will need to run trac-admin upgrade
on your database, becuase it needs to create a table and some default values for your tickets.
Download
Download the tar'd source from https://github.com/jszakmeister/trac-backlog/downloads.
Source
The plugin is maintained on GitHub.