= !TracBacklog = == Description == A Trac plug-in to help folks use Trac to maintain their backlog when using an agile development methodology. See also TracBacklogPlugin, BacklogPlugin, AgiloForScrumPlugin, IttecoTracPlugin. == Dependencies == It requires simplejson 2.0 or better. Installation {{{ easy_install -U TracBacklog }}} 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 [https://github.com/jszakmeister/trac-backlog/issues GitHub site] to file any bug and feature requests. == Download == Download the tar'd source from [https://github.com/jszakmeister/trac-backlog/downloads]. == Source == The plugin is maintained on [https://github.com/jszakmeister/trac-backlog GitHub].