]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
bug 1429243 - Fix default values for version and op_sys when importing from Jitterbugs
authorQuanah Gibson-Mount <quanah@symas.com>
Wed, 21 Mar 2018 01:52:16 +0000 (18:52 -0700)
committerDylan William Hardison <dylan@hardison.net>
Wed, 21 Mar 2018 01:52:16 +0000 (21:52 -0400)
contrib/jb2bz.py

index caaa0c5e2b2f2b47fa592ab1395d5f0ddfcff27d..170e82d704015681a04769587b7a0856a41bb690 100755 (executable)
@@ -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,"  \