Project

General

Profile

Actions

Feature #4798

open

Bugzilla RPC compliant adapter

Added by Todd Nine about 14 years ago. Updated about 13 years ago.

Status:
New
Priority:
Normal
Assignee:
-
Category:
REST API
Target version:
-
Start date:
2010-02-11
Due date:
% Done:

0%

Estimated time:
Resolution:

Description

I personally feed that Redmine is quite superior to Jira and Bugzilla. However, a lot of software, such as Teamcity, Cruise Control all support integration with Bugzilla to pull issue descriptions and change logs for continuous integration. Given that the Bugzilla RPC api is widely accepted, are there any plans to implement a Buzilla RPC compliant adapter into Redmine? I think this would help with acceptance of redmine into enterprise operations such as ours.

Thanks,
Todd

Actions #1

Updated by Jeffrey Jones about 14 years ago

Good lord that looks like a big API ( Assuming http://www.bugzilla.org/docs/3.0/html/api/ ).

Maybe the chances of someone implementing it would be increased if we could identify exactly what parts of the API are required by the applications mentioned above.

Actions #2

Updated by Julien Huang about 13 years ago

Indeed, Bugzilla or JIRA seems to have their API wideley implemented in third-party software. Personally, the integration with an IDE like NetBeans would be a huge step forward in our workflow.

NetBeans supports the Bugzilla bugtracker, and the ability to link a commit to a ticket and update it (without switching to a browser going to Redmine), which really improves the overall developer experience.

Actions #3

Updated by Julien Huang about 13 years ago

On more thing, about the Bugzilla API. The doc looks huge, but only the webservice namespace have to be implemented (Bugzilla::WebService).

XML-RPC and JSON are supported.

Actions

Also available in: Atom PDF