Getting Started
IDE & Navigation
Properties & Tools
Fogbugz Addon communicates with Fogbugz using REST API. Configuration settings are defined in config.properties file located in /www/config/ folder.
You may use any text editor to add/update settings.
Only defect interface is supported - i.e. to retrieve defects into TestOptimal IDE to show defect trace and raise new defects from models.
First pick a unique name for your Fogbugz system, e.g. FOGBUGZ. The name must be in uppercase.
Copy and paste following settings into config.properties and adjust the values to yours:
ADDON.FOGBUGZ.CLASS=com.webmbt.alm.addon.AddOnFogbugz ADDON.FOGBUGZ.URL=https://myhost.fogbugz.com ADDON.FOGBUGZ.AUTH.USERNAME=user id (email address) ADDON.FOGBUGZ.AUTH.PASSWORD=password ADDON.FOGBUGZ.BUG.ENABLED=true
Each model that needs to access Fogbugz for defects must also be configured:
ALM Config Settings: There is no additional settings required.
You must set up your query in Fogbugz to filter to the defects you would like to access for showing defect reproduce steps in TestOptimal IDE.
The following fields must be selected as the output columns (visible on Case List view):