[[PageOutline(2-5,Contents,pullout)]] = 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 [https://github.com/jszakmeister/trac-backlog/issues GitHub site] to file any bug and feature requests. == Installation This plugin requires [pypi:simplejson] v2.0 or better. To install with easy_install, execute the following: {{{ #!sh easy_install -U TracBacklog }}} Enable the plugin in `trac.ini`: {{{ #!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 [https://github.com/jszakmeister/trac-backlog GitHub].