id,summary,reporter,owner,description,type,status,priority,component,severity,resolution,keywords,cc,release 12081,Estmiation tools plugin not take efffect in my project,goldenjohn51@…,Joachim Hoessler,"Hello Team, I have followed the below method Install Trac 0.11.x and Trac 0.12.x is supported in trunk. The latest version for Trac 0.10 can be checked out here. Manually: Deploy the egg: $ python setup.py bdist_egg $ cp dist/*.egg /path/to/trac/env/plugins Globally: $ easy_install https://trac-hacks.org/svn/estimationtoolsplugin/trunk/ Add a custom field into 'trac.ini' file to store the estimations for the current remaining effort, as follows: [ticket-custom] estimatedhours = text estimatedhours.label = Remaining Hours estimatedhours.value = 0 Enable the plugin by updating TracIni file (..../trac.ini) as follows: [components] estimationtools.* = enabled Configure the plugin at its own configuration section, placed into 'trac.ini' file as follows: [estimation-tools] # if you want to use another field than estimatedhours you can change that estimation_field = estimatedhours # Set to a comma separated list of workflow states # that count as zero in BurnDownChart. Defaults to 'closed' closed_states = closed,another_state # Suffix used for estimations. Defaults to 'h' estimation_suffix = points # If you want charts to be served from the server set to true. Useful for SSL connections. Default 'false' serverside_charts = false Restart web server on command line: $ sudo /etc/init.d/apache2 restart After that it not take any effect on it , Please guide what are all changes yet to be done ?",defect,closed,normal,EstimationToolsPlugin,critical,worksforme,,,1.0