https://bugzilla.redhat.com/show_bug.cgi?id=1665064 Bug ID: 1665064 Summary: XMLRPC does not support include_fields Product: Fedora Version: 29 Status: NEW Component: bugzilla Assignee: itamar@xxxxxxxxxxxxxxxx Reporter: mmarusak@xxxxxxxxxx QA Contact: extras-qa@xxxxxxxxxxxxxxxxx CC: bazanluis20@xxxxxxxxx, emmanuel@xxxxxxxxx, itamar@xxxxxxxxxxxxxxxx, perl-devel@xxxxxxxxxxxxxxxxxxxxxxx Target Milestone: --- Classification: Fedora It seems it is not possible to limit response when searching for bugs using XMLRPC. (Using C implementation of XMLRPC xmlrpc-c) Method: Bug.search + quicksearch Query: `ALL whiteboard:"abrt_hash:6a21339bb55077deb37b421ad0c7601c59a27656" product:"Fedora" include_fields:"id,product,creator,status,resolution,platform"` Response: RPC failed at server. There is a problem with your search: include_fields is not a valid field name. The legal field names are listed here. Expected response: The same list of bugs as with query `ALL whiteboard:"abrt_hash:6a21339bb55077deb37b421ad0c7601c59a27656" product:"Fedora"` but each bug containing only given fields. Or is there other way how to limit the size of response, when only mentioned fields are needed? -- You are receiving this mail because: You are on the CC list for the bug. _______________________________________________ perl-devel mailing list -- perl-devel@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to perl-devel-leave@xxxxxxxxxxxxxxxxxxxxxxx Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/perl-devel@xxxxxxxxxxxxxxxxxxxxxxx