Request tracker to Zammad migration scripts
Go to file
fnux fb7c1f7582
[fs2zammad] fix ticket history import
2024-04-22 11:52:08 +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] fix ticket history import 2024-04-22 11:52:08 +02:00
requirements.txt Remove not needed dependency 2019-05-27 12:05:42 +02:00
rt2fs Add initial fs2zammad script, drop old rt2zammad.py 2024-04-19 16:50:55 +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