Changes between Version 6 and Version 7 of ScrumBurndownPlugin
- Timestamp:
- Jun 23, 2006, 7:35:42 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ScrumBurndownPlugin
v6 v7 7 7 == Installation Instructions == 8 8 9 Installing this plugin is a f our-step process.10 1. A pply this [LinkComingSoon patch] to enable the 'integer' ticket field type9 Installing this plugin is a five-step process. 10 1. Add the 'integer' custom field type: http://projects.edgewall.com/trac/wiki/TimeTracking#Addingnewcustomfieldtypes 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 1. Add permission fields 14 15 15 16 ==== Add custom ticket fields ==== … … 40 41 41 42 This job totals up all the remaining time for given milestones and components and saves the information into the trac burndown table so that the plugin can use it to draw charts. 43 44 ==== Assign Permissions ==== 45 Assign permissions to users for 'BURNDOWN_VIEW' and 'BURNDOWN_ADMIN' The BURNDOWN_ADMIN permission gives users access to the 'Start Milestone' and 'Milestone Complete' buttons. 42 46 43 47 == Using the plugin ==