Created attachment 365506 [details] v1 of patch to add missing code of external bugs extension The external bugzilla code/extension is missing parts in bugzilla 3.4 code which is causing webservice function bugzilla.getBug to fail. attached is a patch that includes the missing code. Noura
Upstream added a new hook to do the same thing called 'bug-fields' so I converted extensions/external_bugs/code/get_bug_fields.pl to extensions/external_bugs/code/bug-fields.pl. Dave
aah sorry Dave my bad, I realized where the problem is coming from now it is because you have disabled the external-bugs extension as you mentioned in https://bugzilla.redhat.com/show_bug.cgi?id=528199 and as bugzilla.getBug tries to access the external-bugs it was failing. when i enabled it by removing extensions/external_bugs/disabled only in my working copy the tests were working good. so i am closing this bug. Thanks, Noura