diff src/plugins/plugin_tickets_import.py @ 2382:a49a19f06e38

plugin import ticket, import ticket bugzilla: some normalization in values: normalization (i.e. recommandations for importer to have similar values) has been done for some values: - "status" is now one of "queued", "started", "review", "closed" - "priority" and "severity" must be stripped and lower case
author Goffi <goffi@goffi.org>
date Mon, 16 Oct 2017 07:39:54 +0200
parents 95a41c5f67c0
children f57a8eaec8ed
line wrap: on
line diff
--- a/src/plugins/plugin_tickets_import.py	Mon Oct 16 07:36:41 2017 +0200
+++ b/src/plugins/plugin_tickets_import.py	Mon Oct 16 07:39:54 2017 +0200
@@ -73,7 +73,11 @@
             'version': version of the product/component concerned by this ticket
             'platform': platform converned by this ticket
             'os': operating system concerned by this ticket
-            'status': current status of the ticket
+            'status': current status of the ticket, values:
+                - "queued": ticket is waiting
+                - "started": progress is ongoing
+                - "review": ticket is fixed and waiting for review
+                - "closed": ticket is finished or invalid
             'milestone': target milestone for this ticket
         """
         if not 'schema' in session: