diff options
author | Quanah Gibson-Mount <quanah@symas.com> | 2018-01-04 07:51:54 -0800 |
---|---|---|
committer | Dylan William Hardison <dylan@hardison.net> | 2018-01-04 10:51:54 -0500 |
commit | 415b428e8f135198463fb64178b1455ef1c32958 (patch) | |
tree | ec02d39258be765542300a9b28fd0fa0c4a9e8bd | |
parent | 7fd3bfed65b20cb42d48f8ff3decdf6970057c1c (diff) | |
download | bugs-415b428e8f135198463fb64178b1455ef1c32958.tar bugs-415b428e8f135198463fb64178b1455ef1c32958.tar.gz bugs-415b428e8f135198463fb64178b1455ef1c32958.tar.bz2 bugs-415b428e8f135198463fb64178b1455ef1c32958.tar.xz bugs-415b428e8f135198463fb64178b1455ef1c32958.zip |
Fixes https://bugzilla.mozilla.org/show_bug.cgi?id=1427623 by setting (#57)
the priority on import
-rwxr-xr-x | contrib/jb2bz.py | 1 |
1 files changed, 1 insertions, 0 deletions
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," \ |