root / other-scripts / migrate-issues-to-redmine @ 140af436
Name | Size | Revision | Age | Author | Comment |
---|---|---|---|---|---|
exemples_json | 43eb7267 | almost 11 years | Julien Enselme | Les scripts divers sont nommés suivant la conve... | |
README | 601 Bytes | 43eb7267 | almost 11 years | Julien Enselme | Les scripts divers sont nommés suivant la conve... |
cmd | 571 Bytes | 43eb7267 | almost 11 years | Julien Enselme | Les scripts divers sont nommés suivant la conve... |
constantes.py | 2.35 KB | 43eb7267 | almost 11 years | Julien Enselme | Les scripts divers sont nommés suivant la conve... |
export-issues-html.sh | 264 Bytes | 15ea82c3 | almost 11 years | Julien Enselme | export-issues-html.sh: on prend aussi le CSS |
fix-db.rb | 5.41 KB | 43eb7267 | almost 11 years | Julien Enselme | Les scripts divers sont nommés suivant la conve... |
goto_redmine.py | 15.5 KB | 43eb7267 | almost 11 years | Julien Enselme | Les scripts divers sont nommés suivant la conve... |
output_post.html | 1.54 KB | 43eb7267 | almost 11 years | Julien Enselme | Les scripts divers sont nommés suivant la conve... |
output_put.html | 1.21 KB | 43eb7267 | almost 11 years | Julien Enselme | Les scripts divers sont nommés suivant la conve... |
Latest revisions
README
* Migrate
Simply use the following commands in a clean environment: the folder in which
you launch these commands must not contains any csv or txt files from a previous
migration otherwise fix-db.rb won't work.
- python3 post_redmine.py
- ruby fix-db.rb
* Clean
Use in a python3 interpreter
#BEGIN_SRC python
import post_redmine
redmine = post_redmine.Redmine()
redmine.sweep()
#END_SRC
* Export as html
The export-issues-html.sh script allows you to export issues for a projet as
html files. It requires access to the database of redmine and only work for
mysql.
export-issues-html.sh PROJECT_ID
Also available in: Atom