From: Quanah Gibson-Mount Date: Wed, 21 Mar 2018 01:52:16 +0000 (-0700) Subject: bug 1429243 - Fix default values for version and op_sys when importing from Jitterbugs X-Git-Tag: release-5.0.5~5 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c31565fe3c9520bed4dc9751f512ee312b63006b;p=thirdparty%2Fbugzilla.git bug 1429243 - Fix default values for version and op_sys when importing from Jitterbugs --- diff --git a/contrib/jb2bz.py b/contrib/jb2bz.py index caaa0c5e2b..170e82d704 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," \