wiki:TracBacklogPlugin

Version 9 (modified by figaro, 8 years ago) (diff)

Rearranged paragraphs to maintain consistency

Plugin to maintain a Trac backlog

Description

A Trac plug-in to help users maintain their backlog when using an Agile development methodology. Managing the backlog is one of the key activities within Agile development.

See also: BacklogPlugin, AgiloForScrumPlugin, IttecoTracPlugin.

Bugs/Feature Requests

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

Download

Download an archive of the source.

Source

The plugin is maintained on GitHub.

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 your trac.ini file:

[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.