Changes between Version 9 and Version 10 of SCS_ISSUE_TRACKER_MAINTENANCE_R2


Ignore:
Timestamp:
02/05/09 21:54:39 (16 years ago)
Author:
pacitu
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SCS_ISSUE_TRACKER_MAINTENANCE_R2

    v9 v10  
    6262 * With these function we can generate a script file that can be used to update tickets when sophie2_wbs.py is changed: 
    6363{{{ 
    64 def outUpdateCustom(field): # field - "effort" or "importance" for now. 
     64def outUpdateCustom(field): # field - effort, importance and category. 
    6565        for t in Task.all.values() : 
    6666                if isinstance(t,Rev) :