Request tracker to Zammad migration scripts
Go to file
fnux 807ed89c08
[fs2zammad] retry import due to unpredictable 503
2024-05-02 16:27:50 +02:00
.gitignore Download and cache rt data 2019-05-25 11:01:10 +02:00
LICENSE Initial commit 2019-05-25 10:07:42 +02:00
README.md Cleanup README 2024-04-19 14:05:24 +02:00
fs2zammad [fs2zammad] retry import due to unpredictable 503 2024-05-02 16:27:50 +02:00
requirements.txt Add html2text to the python dependencies 2024-04-22 11:56:38 +02:00
rt2fs [rt2fs] mention ignored tickets (spam flag) 2024-04-22 13:33:13 +02:00

README.md

rt2zammad

Request tracker to Zammad migration script, forked form weblate's rt2zammad.

Quick setup: virtualenv .venv --python python3; . .venv/bin/activate ; pip install -r requirements.txt