|
[ Help Index ] Vault Integration FogBUGZ Configuration To enable History: After installing FogBUGZ, log on as the administrator. Go to the Site Configuration page. In the text box "SourceControl URL for logs", type the case-sensitive URL in the following format:
To enable Diff: In the text box "Source Control URL for diffs", enter the case-sensitive URL for the Vault history page, using the following format:
To enable bug tracking, you must have Vault admin privileges and access to the Vault Admin Tool. Vault Configuration Log on to the Vault Admin Tool and go to the Repository Options tab. In the Bug Tracking Integratiion URL box, type in the location of the FogBUGZ server, something like:
The integration is automatically enabled when the URL is entered and disabled when it is empty. The default is empty. Updating a Case The Vault Check In/Commit dialog allows you to associate a Vault file with a FogBUGZ case during the check in process. Type the case number in the Update Bugs box. When the commit has been completed, the Vault file name and path will appear in the FogBUGZ case detail page. The update bugs function is only available if you change the file, otherwise it is greyed out. Viewing a Case In FogBUGZ, go to the detail page of a selected case. A list of all the files that have been associated with the case through Vault’s check in process will appear next to the Checkins label. This list includes the Vault Repository ID, the path to the associated file, and the version of the file. Click on the file name to view the Vault History page. Click on the version number to see the Vault Diff page (what changed with that check-in). Vault History The Vault History page gives you a detail history of the selected file on the case detail page. The page shows the following information for each check in operation completed: The user who committed the change Vault Diff The Vault Diff page shows you the diff between the selected file and the previous version. Click the link showing the version number of the file. The diff window will appear and display a side by side comparison of the two versions of the file. Line numbers are displayed for each line of the file, modified lines are colored red, added lines green, and deleted lines blue.
|