[[PageOutline(2-5,Contents,pullout)]] = Show estimated and actual hours in roadmap and milestone progress bars == 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 [report:9?COMPONENT=RoadmapHoursPlugin here]. If you have any issues, create a [/newticket?component=RoadmapHoursPlugin new ticket]. [[TicketQuery(component=RoadmapHoursPlugin&group=type,format=progress)]] == Download Download the zipped source from [export:roadmaphoursplugin here]. == Source You can check out RoadmapHoursPlugin from [/svn/roadmaphoursplugin here] using Subversion, or [source:roadmaphoursplugin 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#InstallingaTracplugin TracPlugins] page. == Configuration This plugin supports two configuration settings (default values are shown): {{{#!ini [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: {{{#!ini [roadmap] stats_provider = RoadmapHoursTicketGroupStatsProvider [milestone] stats_provider = RoadmapHoursTicketGroupStatsProvider }}} == Recent Changes [[ChangeLog(roadmaphoursplugin, 3)]] == Author/Contributors '''Author:''' [wiki:JoshuaH] [[BR]] '''Maintainer:''' [[Maintainer]] [[BR]] '''Contributors:'''