From b67ae6487bc5d1c9b116b5f0b9ac2785a3cf0fb3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Mon, 27 May 2019 13:18:59 +0200 Subject: [PATCH] Document known issues MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michal Čihař --- README.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 878dd8e..47d299f 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,12 @@ # rt2zammad -Request tracker to Zammad migration + +Request tracker to Zammad migration script. This is not an out of box solution +for everybody, you will probably have to customize it. + +Known issues: + +* Comments on issues from non creators are rejected by Zammad. This can be + workarounded by creating appropriate organizations in Zammad manually or + temporarily grainting Users group agent privilege. +* Disabled users from RT can not be accessed by API, thus will lack email + address. Enable all users prior to the migration.