Opened 10 years ago
Closed 10 years ago
#12081 closed defect (worksforme)
Estmiation tools plugin not take efffect in my project
Reported by: | Owned by: | Joachim Hoessler | |
---|---|---|---|
Priority: | normal | Component: | EstimationToolsPlugin |
Severity: | critical | Keywords: | |
Cc: | Trac Release: | 1.0 |
Description
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 ?
Attachments (0)
Change History (2)
comment:1 Changed 10 years ago by
comment:2 Changed 10 years ago by
Resolution: | → worksforme |
---|---|
Status: | new → closed |
Please ask support questions on the MailingList.
Set TracLogging to DEBUG level, restart the web server and inspect the log. Look for messages that indicate whether the plugin is loading.