wiki:TracTimeTracking
Last modified 15 months ago Last modified on 03/16/11 14:36:45

Time Tracking

There are two new ticket fields which allow you to keep track of the progress and total time estimate for each ticket. Trac can automatically generate burndown charts out of this information, allowing you to see how you or your project are progressing.

The following page lists some examples how to create burndown charts for your projects or for all your tickets. You can use the full power of the Trac Query Language if you want to generate those charts for more complex sets of tickets.

Estimates by Milestone

In this example the chart is generated for the milestone GeoGebraTube I1. If there is a date associated with the milestone the chart will automatically end there, otherwise with the current day unless the enddate is specified (formatted like the startdate).

Burndown Chart (client)

[[BurndownChart(milestone=GeoGebraTube I1, startdate=2011-03-10, width=600, wecolor=EBF7EC, title=Estimated Remaining Work (h))]]

Estimates by Owner

A chart listing all estimates from tickets associated to me, Florian Sonner. This time the enddate is specified.

Burndown Chart (client)

[[BurndownChart(owner=florian, startdate=2011-03-10, enddate=2011-04-01, width=600, wecolor=EBF7EC, title=Estimated Remaining Work (h))]]