Changes between Version 3 and Version 4 of TracImport
- Timestamp:
- 05/10/20 17:25:12 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TracImport
v3 v4 15 15 == Bugzilla 16 16 17 [https://trac-hacks.org/wiki/BugzillaIssueTrackingPlugin BugzillaIssueTrackingPlugin]: a plugin that integrates Bugzilla issue data into Trac keeping TracLinks. Ticket data can be imported from Bugzilla using the [trac:browser: trunk/contrib/bugzilla2trac.py bugzilla2trac.py] script, available in the `contrib/` directory of the Trac distribution.17 [https://trac-hacks.org/wiki/BugzillaIssueTrackingPlugin BugzillaIssueTrackingPlugin]: a plugin that integrates Bugzilla issue data into Trac keeping TracLinks. Ticket data can be imported from Bugzilla using the [trac:browser:branches/1.4-stable/contrib/bugzilla2trac.py bugzilla2trac.py] script, available in the `contrib/` directory of the Trac distribution. 18 18 19 19 {{{#!python … … 74 74 75 75 [https://trac-hacks.org/wiki/SfnToTracScript SfnToTracScript]: importer of !SourceForge's new backup file (originated from #Trac3521). 76 Also, ticket data can be imported from Sourceforge using the [trac:browser: trunk/contrib/sourceforge2trac.py sourceforge2trac.py] script, available in the contrib/ directory of the Trac distribution.76 Also, ticket data can be imported from Sourceforge using the [trac:browser:branches/1.4-stable/contrib/sourceforge2trac.py sourceforge2trac.py] script, available in the contrib/ directory of the Trac distribution. 77 77 78 78 == Other 79 79 80 Since Trac uses a SQL database to store the data, you can also custom-import from other systems by examining the database tables. Just go into [http ://www.sqlite.org/sqlite.html sqlite] command line to look at the tables and import them from your application.80 Since Trac uses a SQL database to store the data, you can also custom-import from other systems by examining the database tables. Just go into [https://www.sqlite.org/sqlite.html sqlite] command line to look at the tables and import them from your application. 81 81 82 82 === Comma delimited file - CSV