From 415b428e8f135198463fb64178b1455ef1c32958 Mon Sep 17 00:00:00 2001 From: Quanah Gibson-Mount Date: Thu, 4 Jan 2018 07:51:54 -0800 Subject: Fixes https://bugzilla.mozilla.org/show_bug.cgi?id=1427623 by setting (#57) the priority on import --- contrib/jb2bz.py | 1 + 1 file changed, 1 insertion(+) diff --git a/contrib/jb2bz.py b/contrib/jb2bz.py index 252767f71..caaa0c5e2 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," \ -- cgit v1.2.1