Show estimated and actual hours in roadmap and milestone progress bars
Description
This plugin uses the custom ticket fields supplied by the TimingAndEstimationPlugin to provide a Ticket Group Stats Provider that can be used to show hours on the Roadmap and Milestone progress bars instead of tickets.
Bugs/Feature Requests
Existing bugs and feature requests for RoadmapHoursPlugin are here.
If you have any issues, create a new ticket.
Download
Download the zipped source from here.
Source
You can check out RoadmapHoursPlugin from here using Subversion, or browse the source with Trac.
Example
This hack requires the TimingAndEstimationPlugin to be installed.
It supports two configuration settings (default values are shown):
[roadmaphours] # The number of hours to assume for tickets with an estimated time <0.1 hours. assumed_estimate=6 # The number of hours to add to the total worked for tickets that are over their # estimate. additional_hours=4
To have the progress bar it generates show up in the milestones view and in the roadmap, you will also need to set the following:
[roadmap] stats_provider = RoadmapHoursTicketGroupStatsProvider [milestone] stats_provider = RoadmapHoursTicketGroupStatsProvider
Recent Changes
[4802] by JoshuaH on 11/14/08 12:08:59
Modify hours calculation to include tickets without an hours value set
[4650] by JoshuaH on 10/29/08 11:35:02
Release 0.4
- Remove dead code _get_ticket_groups function
- Remove field aliases from SQL query (addresses #3875)
[4381] by JoshuaH on 10/03/08 10:38:22
Remove spurious svn temp file
[4380] by JoshuaH on 10/03/08 10:37:29
Author/Contributors
Author: JoshuaH
Contributors:
