Ticket #6590: csv2trac.diff
| File csv2trac.diff, 0.6 KB (added by pierreroth64@…, 10 months ago) |
|---|
-
csv2trac.
old new 90 90 91 91 #work out what the custom fields are 92 92 standardfields = ["type", "time", "changetime", "component", "severity", "priority", "owner", "reporter", 93 "cc", " url", "version", "milestone", "status", "resolution", "summary",93 "cc", "version", "milestone", "status", "resolution", "summary", 94 94 "description", "keywords"] 95 95 self.customfields = [] 96 96 readstandardfields = []
