Ticket #6590 (closed defect: worksforme)
Opened 4 years ago
Last modified 4 years ago
TracImport is not up to date
| Reported by: | anonymous | Owned by: | jonas |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | general | Version: | 0.11b1 |
| Severity: | normal | Keywords: | |
| Cc: | |||
| Release Notes: | |||
| API Changes: | |||
Description
TracImport content is not up to date : for example, csv2trac.2.py is not synchronized with 0.11b1 schema of the ticket table.
Current script values :
standardfields = ["type", "time", "changetime", "component", "severity", "priority", "owner", "reporter", "cc", "url", "version", "milestone", "status", "resolution", "summary","description", "keywords"]
and the url field does not seem to be part of 0.11 ticket table.
Attachments
Change History
comment:1 follow-up: ↓ 2 Changed 4 years ago by nkantrowitz
comment:2 in reply to: ↑ 1 Changed 4 years ago by anonymous
Replying to nkantrowitz:
Please feel free to fix it and attache a new version to the page.
I am not familiar with Python programming... For sure I will try... but the result may not come within a reasonable delay...
Changed 4 years ago by pierreroth64@…
- Attachment csv2trac.diff added
csv2trac.py diff file for 0.11 release syncrhonization
comment:3 Changed 4 years ago by pierreroth64@…
Here is the patch. Tested on 0.11b1.
comment:4 Changed 4 years ago by cboos
- Milestone 0.11 deleted
- Resolution set to worksforme
- Status changed from new to closed
I added a note on the page TracSynchronize@11.
But feel free to do it yourself next time :-)



Please feel free to fix it and attache a new version to the page.