summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXisco Fauli <xiscofauli@libreoffice.org>2022-11-10 13:08:48 +0100
committerXisco Fauli <xiscofauli@libreoffice.org>2022-11-10 13:08:48 +0100
commitd6dfb168012edc485536aa0fffe6849ca8c19157 (patch)
tree00395ecd8f72cb083d305649ca65930242e81d55
parent681a65b8c90b6555b2e15f20bfb9cf634ec40d11 (diff)
esc-collect: ignore enhancement severity for the “QA update” section
Change-Id: Id737cc99d666742e397fd7d9b58f4dc268dc254a
-rwxr-xr-xesc-reporting/esc-collect.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/esc-reporting/esc-collect.py b/esc-reporting/esc-collect.py
index 59bcb15f..57317ab9 100755
--- a/esc-reporting/esc-collect.py
+++ b/esc-reporting/esc-collect.py
@@ -550,6 +550,7 @@ def get_esc_bugzilla(cfg):
'&chfieldvalue=high' \
'&priority=high' \
'&resolution=---'
+ '&v1=enhancement'
rawList['HighSeverityBugs'] = {}
rawList['HighSeverityBugs']['count'], \
rawList['HighSeverityBugs']['list'] = do_ESC_counting(bz, url)