1
0
Fork 0
forked from fnux/rt2zammad
Request tracker to Zammad migration scripts
Find a file
2024-04-22 13:33:13 +02:00
.gitignore
fs2zammad [fs2zammad] patch single f-string call to support python 3.11 2024-04-22 13:30:52 +02:00
LICENSE
README.md
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

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