From 8366fb35eb05fd0bef5793ac1b0dd227fec1042f Mon Sep 17 00:00:00 2001 From: Christie Koehler Date: Wed, 22 Oct 2014 07:18:44 -0700 Subject: [PATCH] Updated bugzilla api endpoint. Fixes Issue #62 and https://bugzilla.mozilla.org/show_bug.cgi?id=1085409 --- Bugzilla.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Bugzilla.php b/Bugzilla.php index 70fd521..0bcf99b 100755 --- a/Bugzilla.php +++ b/Bugzilla.php @@ -173,7 +173,7 @@ function BugzillaRender($input, array $args, Parser $parser, $frame=null ) { */ // Remote API -$wgBugzillaRESTURL = 'https://api-dev.bugzilla.mozilla.org/latest'; // The URL for your Bugzilla API installation +$wgBugzillaRESTURL = 'https://bugzilla.mozilla.org/bzapi'; // The URL for your Bugzilla API installation $wgBugzillaURL = 'https://bugzilla.mozilla.org'; // The URL for your Bugzilla installation $wgBugzillaTagName = 'bugzilla'; // The tag name for your Bugzilla installation (default: 'bugzilla') $wgBugzillaMethod = 'REST'; // XML-RPC and JSON-RPC may be supported later