From c31565fe3c9520bed4dc9751f512ee312b63006b Mon Sep 17 00:00:00 2001 From: Quanah Gibson-Mount Date: Tue, 20 Mar 2018 18:52:16 -0700 Subject: bug 1429243 - Fix default values for version and op_sys when importing from Jitterbugs --- contrib/jb2bz.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/contrib/jb2bz.py b/contrib/jb2bz.py index caaa0c5e2..170e82d70 100755 --- a/contrib/jb2bz.py +++ b/contrib/jb2bz.py @@ -30,7 +30,7 @@ if not mimetypes.encodings_map.has_key('.bz2'): bug_status='CONFIRMED' component="default" -version="" +version="unspecified" product="" # this is required, the rest of these are defaulted as above """ @@ -230,6 +230,7 @@ def process_jitterbug(filename): "bug_id=%s," \ "priority='---'," \ "bug_severity='normal'," \ + "op_sys='All'," \ "bug_status=%s," \ "creation_ts=%s," \ "delta_ts=%s," \ -- cgit v1.2.1