Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| fogbugz_addon [2020/04/26 03:33] – external edit 127.0.0.1 | fogbugz_addon [2020/05/10 16:19] (current) – removed admin | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ===== Fogbugz AddOn Configuration ===== | ||
| - | //Fogbugz Addon// communicates with {{http:// | ||
| - | |||
| - | You may use any text editor to add/update settings. | ||
| - | |||
| - | Only defect interface is supported - i.e. to retrieve defects into // | ||
| - | |||
| - | |||
| - | ---- | ||
| - | ==== 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 // | ||
| - | ADDON.FOGBUGZ.CLASS=com.webmbt.alm.addon.AddOnFogbugz | ||
| - | ADDON.FOGBUGZ.URL=https:// | ||
| - | 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, | ||
| - | |||
| - | |||
| - | ---- | ||
| - | ==== 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 ' | ||
| - | |||
| - | 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 // | ||
| - | |||
| - | The following fields must be selected as the output columns (visible on Case List view): | ||
| - | * Title | ||
| - | * Project | ||
| - | * Tags | ||
| - | * Priority | ||
| - | * TestOptimal - custom field if created. | ||
| - | |||
| - | |||
| - | |||