Installing Digital.ai Agility integration for Bugzilla
Determine Installation Location: The integration can be installed on any server with network access to both Digital.ai Agility and Bugzilla. Exact placement should be determined by your internal software management requirements. The integration server must meet the system requirements stated above.
Extract the files: Download the integration using the App catalog and extract it into a folder of your choice.
Configure the integration: Configuration for the integration is a 3 step process:
Configure Bugzilla
Configure Digital.ai Agility
Configure ServiceHost
Start the integration: Open up the command prompt, navigate to your installation folder, and run the following command: VersionOne.ServiceHost.exe
If you have configured your system properly, you should see several [Info] messages followed by a [Startup] message.
Test the integration: To ensure the integration is working, perform the following steps:
Create a bug in Bugzilla.
Set the appropriate state in order for the bug to move to Digital.ai Agility.
Assigned methodology - bugs should be assigned to the user(s) specified in the Bugzilla Saved Search.
Tagged methodology - the VersionOne Defect State should be set to value specified in the Bugzilla Saved Search.
Submit the bug in Bugzilla.
Verify that the bug appears in Digital.ai Agility as a defect.
Close the defect in Digital.ai Agility.
Verify that the Bugzilla bug has been updated as expected.
Shut down the service host by pressing "Q" in the console window.
Install the integration as a Windows Service (optional): While not required, you may configure the integration to run as a Windows Service using the following command from the console window: VersionOne.ServiceHost.exe --install
This command installs the integration service so it runs under the account NT AUTHORITY\Local Service. Local Service must be given access privileges to the directory where the integration was installed so it can store its state and write to log files.
Follow these steps to change the security on the installation directory:
Right click the installation folder from Windows Explorer.
Select Properties.
Select the Security tab.
Click the Add button.
Enter Local Service and click OK.
Click the Allow check box for the Full Control row.