aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorQuanah Gibson-Mount <quanah@symas.com>2018-03-20 18:52:16 -0700
committerDylan William Hardison <dylan@hardison.net>2018-03-20 21:52:16 -0400
commitc31565fe3c9520bed4dc9751f512ee312b63006b (patch)
treece0b19a3abf77c87fa680bb838bd66caf01943e9
parentBumped versions post-release (diff)
downloadbugzilla-c31565fe3c9520bed4dc9751f512ee312b63006b.tar.gz
bugzilla-c31565fe3c9520bed4dc9751f512ee312b63006b.tar.bz2
bugzilla-c31565fe3c9520bed4dc9751f512ee312b63006b.zip
bug 1429243 - Fix default values for version and op_sys when importing from Jitterbugs
-rwxr-xr-xcontrib/jb2bz.py3
1 files changed, 2 insertions, 1 deletions
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," \