Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
fogbugz_addon [2020/04/26 03:33] – external edit 127.0.0.1fogbugz_addon [2020/05/10 16:19] (current) – removed admin
Line 1: Line 1:
-===== Fogbugz AddOn Configuration ===== 
-//Fogbugz Addon// communicates with {{http://fogbugz.com | 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. 
- 
- 
----- 
-==== Minimum Configuration ==== 
-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 
- 
- 
-==== AddOn Settings ==== 
-  * ADDON.FOGBUGZ.CLASS=com.webmbt.alm.addon.AddOnFogbugz 
-  * ADDON.FOGBUGZ.URL= url pointing to your Fogbugz server 
-  * ADDON.FOGBUGZ.AUTH.USERNAME=user name (email address) 
-  * ADDON.FOGBUGZ.AUTH.PASSWORD=password 
-  * ADDON.FOGBUGZ.BUG.ENABLED=true 
-  * ADDON.FOGBUGZ.FIELD.TESTOPTIMAL=optional, the custom field you have created in Fogbugz to store defect information, e.g. plugin_customfields_at_fogcreek_com_testoptimalr13 
- 
- 
----- 
-==== Enable Fogbugz AddOn for Models ===== 
-Each model that needs to access //Fogbugz// for defects must also be configured: 
-  * Enable [[ALMPlugin]] in the model using [[modelnode | model property]]. 
-  * Select 'FOGBUGZ' as the defect system using [[alm_configuration | ALM Configuration]]. 
- 
-ALM Config Settings: There is no additional settings required.   
- 
- 
----- 
-==== Fogbogz Query ==== 
-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): 
-  * Title 
-  * Project 
-  * Tags 
-  * Priority 
-  * TestOptimal - custom field if created. 
- 
- 
-