From: Quanah Gibson-Mount Date: Thu, 4 Jan 2018 15:51:54 +0000 (-0800) Subject: Fixes https://bugzilla.mozilla.org/show_bug.cgi?id=1427623 by setting (#57) X-Git-Tag: release-5.0.4~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fheads%2Fpreview%2F5.0.4;p=thirdparty%2Fbugzilla.git Fixes https://bugzilla.mozilla.org/show_bug.cgi?id=1427623 by setting (#57) the priority on import --- diff --git a/contrib/jb2bz.py b/contrib/jb2bz.py index 252767f711..caaa0c5e2b 100755 --- a/contrib/jb2bz.py +++ b/contrib/jb2bz.py @@ -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," \