Changes between Version 9 and Version 10 of SCS_ISSUE_TRACKER_MAINTENANCE_R2
- Timestamp:
- 02/05/09 21:54:39 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SCS_ISSUE_TRACKER_MAINTENANCE_R2
v9 v10 62 62 * With these function we can generate a script file that can be used to update tickets when sophie2_wbs.py is changed: 63 63 {{{ 64 def outUpdateCustom(field): # field - "effort" or "importance" for now.64 def outUpdateCustom(field): # field - effort, importance and category. 65 65 for t in Task.all.values() : 66 66 if isinstance(t,Rev) :