]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Fixes https://bugzilla.mozilla.org/show_bug.cgi?id=1427623 by setting (#57) preview/5.0.4
authorQuanah Gibson-Mount <quanah@symas.com>
Thu, 4 Jan 2018 15:51:54 +0000 (07:51 -0800)
committerDylan William Hardison <dylan@hardison.net>
Thu, 4 Jan 2018 15:51:54 +0000 (10:51 -0500)
the priority on import

contrib/jb2bz.py

index 252767f7111472ecfc106d0c2f6732cd2906385b..caaa0c5e2b2f2b47fa592ab1395d5f0ddfcff27d 100755 (executable)
@@ -228,6 +228,7 @@ def process_jitterbug(filename):
     try:
         cursor.execute( "INSERT INTO bugs SET " \
                         "bug_id=%s," \
+                        "priority='---'," \
                         "bug_severity='normal',"  \
                         "bug_status=%s," \
                         "creation_ts=%s,"  \