Bug 824109 - BZ: runQuery fails for some bugs
Summary: BZ: runQuery fails for some bugs
Keywords:
Status: CLOSED DUPLICATE of bug 824092
Alias: None
Product: Bugzilla
Classification: Community
Component: WebService
Version: 4.2
Hardware: Unspecified
OS: Unspecified
urgent
urgent
Target Milestone: ---
Assignee: Simon Green
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2012-05-22 18:17 UTC by Tomas Hoger
Modified: 2014-10-12 22:48 UTC (History)
4 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2012-05-22 22:09:23 UTC
Embargoed:


Attachments (Terms of Use)

Description Tomas Hoger 2012-05-22 18:17:35 UTC
Description of problem:
runQuery currently fails to return info for some bugs.  This works:

DEBUG: Bugzilla RPC call: bugzilla.runQuery, arguments:
DEBUG: $VAR1 = {
DEBUG:   'bug_id' => '823474'
DEBUG: };

and returns bug info while the same for other bug (that is public, so there should be no permissions issue, this was tried over authenticated connection too):

DEBUG: Bugzilla RPC call: bugzilla.runQuery, arguments:
DEBUG: $VAR1 = {
DEBUG:   'bug_id' => '807252'
DEBUG: };

returns no result:

DEBUG:   ],
DEBUG:   'bugs' => []
DEBUG: };

This was reportedly introduced by BZ update earlier today.

Comment 5 Simon Green 2012-05-22 22:09:23 UTC

*** This bug has been marked as a duplicate of bug 824092 ***


Note You need to log in before you can comment on or make changes to this bug.