wiki:TracBacklogPlugin

Version 8 (modified by Ryan J Ollos, 9 years ago) (diff)

Use InterWiki links.

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 an archive of the source.

Source

The plugin is maintained on GitHub.