Configuring Bugzilla Operations

This site contains the documentation that is relevant to older WSO2 product versions and offerings.
For the latest WSO2 documentation, visit https://wso2.com/documentation/.

Configuring Bugzilla Operations

To use the Bugzilla connector, add the <bugzilla.init> element in your configuration before carrying out any other Bugzilla operations. 

There are two ways to authenticate a user in Bugzilla. For more information on authentication, see https://www.bugzilla.org/docs/tip/en/html/api/Bugzilla/WebService.html#How_Bugzilla_WebService_Methods_Take_Parameters.

init
<bugzilla.init>
    <apiUrl>{$ctx:apiUrl}</apiUrl>
	<apiKey>{$ctx:apiKey}</apiKey>
</bugzilla.init>
Properties 
  • apiUrlThe base endpoint URL of the Bugzilla API.
  • apiKey: The API key for the Bugzilla API.

Now that you have connected to Bugzilla, use the information in the following topics to perform various operations with the connector.