Contents
Show estimated and actual hours in roadmap and milestone progress bars
Notice: This plugin is unmaintained and available for adoption.
Description
This plugin allows you to show hours on the Roadmap and Milestone progress bars instead of tickets. It uses the custom ticket fields supplied by the TimingAndEstimationPlugin to provide a Ticket Group Stats Provider.
Bugs/Feature Requests
Existing bugs and feature requests for RoadmapHoursPlugin are here.
If you have any issues, create a new ticket.
defect |
3 / 3 |
||
---|---|---|---|
enhancement |
1 / 3 |
Download
Download the zipped source from here.
Source
You can check out RoadmapHoursPlugin from here using Subversion, or browse the source with Trac.
Installation
This plugin requires the TimingAndEstimationPlugin to be installed. General instructions on installing Trac plugins can be found on the TracPlugins page.
Configuration
This plugin 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
Author/Contributors
Author: JoshuaH
Maintainer: none (needsadoption)
Contributors: