From 7b18f36806e922a2d70337e12e824a13fcec9be4 Mon Sep 17 00:00:00 2001 From: Kalvis Kolesnikovs Date: Fri, 15 Nov 2019 13:38:08 +0200 Subject: [PATCH] Added more info in README --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index ec3cf40..8deeeb8 100644 --- a/README.md +++ b/README.md @@ -46,3 +46,13 @@ You can map users like this: `jira_user=bugzilla_user` 2. You can map your status in bugzilla with argument `-s status-mapping.cfg` or `--status-file status-mapping.cfg`. File parsing will be the same as user file parsing. + +## Known issues +* In older versions of bugzilla, you can't login using header values, so jou need to pass params instead of headers. (This issue is more bugsy problem) + +## TO-DO List +* Add external field mapping, from file, or other place +* Add "Duplicate" or "Relate to" issue relation to jira +* Add different issue types, now is only "bug" +* Maybe add direct api import from bugzilla to jira, no need to generate csv file +