aboutsummaryrefslogtreecommitdiffstats
path: root/data/newUpstreamBug.json
diff options
context:
space:
mode:
authorMatěj Cepl <mcepl@redhat.com>2013-12-12 22:35:58 +0100
committerMatěj Cepl <mcepl@redhat.com>2013-12-12 22:40:32 +0100
commitbb4766110c286efafe9efa6b9658ea7065832062 (patch)
treeb52cc4d602e5f41b542c611d3a1165a6ca4cc3fd /data/newUpstreamBug.json
parent4d7f05488f1bcd37ef128b5464975d58a98a9d79 (diff)
downloadbugzilla-triage-bb4766110c286efafe9efa6b9658ea7065832062.tar.gz
Fix sending bugs upstream, adding external bug, and no munching on <title>1.9
Specifically: * add Evolution to data/newUpstreamBug.json * fix new (and a way better!) ID of the inputBox for the adding external bug ID * remove misjudged attempt to remove Bug from //head/title
Diffstat (limited to 'data/newUpstreamBug.json')
-rw-r--r--data/newUpstreamBug.json8
1 files changed, 8 insertions, 0 deletions
diff --git a/data/newUpstreamBug.json b/data/newUpstreamBug.json
index f3aba73..9fe7883 100644
--- a/data/newUpstreamBug.json
+++ b/data/newUpstreamBug.json
@@ -26,5 +26,13 @@
{
"regexp": "empathy.*",
"addr": "https://bugzilla.gnome.org/enter_bug.cgi?product=empathy"
+ },
+ {
+ "regexp": "evolution.*",
+ "addr": "https://bugzilla.gnome.org/enter_bug.cgi?product=evolution"
+ },
+ {
+ "regexp": "gnome.*",
+ "addr": "https://bugzilla.gnome.org/enter_bug.cgi"
}
]