Tagged Questions
0
votes
0answers
47 views
How can I make php's xmlrpc client ignore SSL certificate errors
i tried to login to bugzilla using XMLRPC interface .. it works with http but it gives errors with https because of SSL certificate and this is my code
class Xmlrpc_client extends MX_Controller {
...
1
vote
0answers
100 views
Attachments are stored in base64 format in Bugzilla when uploading using XML-RPC
I'm writing a XML-RPC interface for Bugzilla where users can create bugs in Bugzilla using an Excel macro. This is working fine. But if the user uploads a screenshot and adds it as attachment to the ...
0
votes
1answer
255 views
Add an attachment to Bugzilla using XML-RPC in VBA
I am currently developing an Excel macro which allows creating Bugs in a Bugzilla instance.
After some trial and error this now turns out to work fine.
I wanted to enhance the client so that it's also ...
0
votes
1answer
361 views
Testlink 1.9.4 Buzzilla interface xmlrpc
I'm trying to integrate Testlink 1.9.4 and Bugzilla by xmlrpc interface.
I went to the Issue Tracker Management in the Testlink GUI and confugures the params:
<issuetracker>
...
0
votes
1answer
62 views
xmlrpc sending array argument to Bugzilla intreface - “strict refs”
I'm using XmlRpc to query my Bugzilla server, but when I execute:
Map params = new HashMap<String, Object>();
params.put("ids", "250");
result = (Map) client.execute("Bug.get", new Object[] { ...
0
votes
1answer
115 views
How to insert line breaks in bug description via Bugzilla's XML-RPC API
I'm not sure if this is a Bugzilla question or a XML-RPC question: when creating a bug in Bugzilla using the Bug.create method of the XML-RPC API, how can I enter a multi-line description?
The ...
1
vote
1answer
99 views
XMLRPC in Bugzilla 2.x
I had a requirement to automate bug logging in Bugzilla. I googled and was able to make use of XML RPC in bugzilla.
But I couldn't make use of XML RPC in the bugzilla local server which was ...
0
votes
1answer
114 views
Proxying Bugzilla in wso2esb
On sending request to proxy webservice(wso2esb) of Bugzilla , i am getting Exception :
Endpoint in wso2esb : https://bugzilla.mozilla.org/xmlrpc.cgi
Exception in thread "main" ...
0
votes
1answer
41 views
Retrieve all keywords present in a Bugzilla instance through webservice
I have to get all the keywords present in bugzilla installation via webservice. I have installation 3.6 Can I know what is the method to get the same and the sample xml to retrieve the same. I am ...
1
vote
1answer
800 views
Bugzilla Login and create bug
I been Googling reading trying week ago to do the following. I want to use Bugzilla API to create a new bug using PHP. There is an API so I don't want to work around but the problem is I can't login ...
4
votes
1answer
572 views
Uploading attachments to Bugzilla using the Web Services API and Perl
I'm experimenting with the Bugzilla Webservices API for uploading attachments to bugs automatically but the base64 encoded messages I'm uploading always end up corrupted when I download them from ...
0
votes
0answers
821 views
XmlRpcClientException: An invalid XML character (Unicode: 0x8) was found
I'm using Apache XML-RPC library to get bugs from Bugzilla. Calling the service, I receive exception:
org.apache.xmlrpc.client.XmlRpcClientException: Failed to parse server's response: An invalid XML ...
0
votes
1answer
215 views
Is it possible to get values of custom fields when fetching a bug using Bugzilla RPC?
If I add custom fields to my bugs in Bugzilla 4+, is it possible to get the values of tehse when fetching the bug using Bugzilla RPC (I use the XML one)? Before I think this was stored in the ...
5
votes
7answers
6k views
Is there a java api to access bugzilla?
Is there a (standalone!) java api which wraps the XML-RPC interface to bugzilla? I don't want to program my own api for it, and I can't actually find a library which does this (and only this).
...


