diff frontends/src/jp/cmd_ticket.py @ 2396:66baa687c682

plugins tickets import, jp (ticket/import): implemented mapping: - mapping is an option allowing do map imported field to a specific field in the newly created item - importers can now use complexe data types in options using JSON
author Goffi <goffi@goffi.org>
date Fri, 27 Oct 2017 17:58:05 +0200
parents 686f84ebb670
children 8b37a62336c3
line wrap: on
line diff
--- a/frontends/src/jp/cmd_ticket.py	Fri Oct 27 17:54:00 2017 +0200
+++ b/frontends/src/jp/cmd_ticket.py	Fri Oct 27 17:58:05 2017 +0200
@@ -24,7 +24,7 @@
 
 __commands__ = ["Ticket"]
 
-FIELDS_MAP = u'fields_map'
+FIELDS_MAP = u'mapping'
 
 
 class Import(base.CommandAnswering):