Changes between Version 5 and Version 6 of ScrumBurndownPlugin
- Timestamp:
- Jun 23, 2006, 7:21:29 PM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ScrumBurndownPlugin
v5 v6 8 8 9 9 Installing this plugin is a four-step process. 10 1. Apply this patchto enable the 'integer' ticket field type10 1. Apply this [LinkComingSoon patch] to enable the 'integer' ticket field type 11 11 1. Add custom ticket fields 12 12 1. Install the egg 13 13 1. Create a cron/pycron job to run a daily python script 14 14 15 === Add custom ticket fields===15 ==== Add custom ticket fields ==== 16 16 Add the following to your trac.ini file: 17 17 … … 31 31 Original estimate is not really used by the plugin, it's just common Scrum process to be able to see how the estimates have change throughout a given sprint. 32 32 33 === Installing the egg===33 ==== Installing the egg ==== 34 34 Install just like you would any other Trac plugin. Drop the egg into your plugins or site-packages folder and then try to access Trac in your browser. You will get an error message saying that the database needs to be upgraded and telling you the trac-admin command to do it. (I think it's something like 'trac-admin !YourProjectName.db upgrade'). Perform the upgrade. 35 35 36 === Pycron/cron job===37 Download the this file: attachment:burndown_job.py and place it into a directory where you can run it with python. For example, C:\Python23\Scripts\36 ==== Pycron/cron job ==== 37 Download the this file: attachment:burndown_job.py and place it into a directory where you can run it with python. For example, "C:\Python23\Scripts\" 38 38 39 39 Set up a job to run the burndown_job.py script once a day. I personally am using Windows, so I used pycron. Here is an example pycron tab file to run the job at noon on weekdays: attachment:crontab.txt