Request tracker to Zammad migration scripts
Find a file
2024-04-22 13:30:52 +02:00
.gitignore Download and cache rt data 2019-05-25 11:01:10 +02:00
fs2zammad [fs2zammad] patch single f-string call to support python 3.11 2024-04-22 13:30:52 +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
requirements.txt Add html2text to the python dependencies 2024-04-22 11:56:38 +02:00
rt2fs [rt2fs] retry on failed ticket dump 2024-04-22 11:52:28 +02:00

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