• Configure the AccuWork™ schema
• Configure the Web UI wui_config.xml fileConfiguring the AccuWork™ SchemaDuring configuration of the AccuBridge™ product for your ITS, you modify the AccuWork issue database schema by adding a field to store the unique key for each issue record. This field is referred to as the issue identifier. You might name the issue identifier field issueKey, for example. See your AccuBridge documentation for more information on this topic.
2.
3. In the 3pty ITS Key drop-down list, choose the issue identifier you created when configuring AccuBridge (issueKey, for example).
4. Click the Save button on the bottom right of the Schema subtab.Use the procedure described in this section to modify the AccuRev Web UI wui_config.xml file. Specifically, you edit the <issueURLMap> element to specify:
2. Navigate to the .accurev subdirectory under the home directory of the user running Tomcat:
•
• (Linux users) The user’s login directory
3. Check the .accurev subdirectory for a customized version of wui_config.xml. If there is no file by that name, copy <CATALINA_HOME>\webapps\accurev\wui_config.xml, where <CATALINA_HOME> is the Tomcat installation directory, to the .accurev subdirectory.
4. Edit the <issueURLMap> element.<issueURLMapEntry
accurevServer = "accu3:5050"
depotName = "accurev"
issueURL = "http://<its_server>:<port>/browse/*ISSUE_KEY*" />
</issueURLMap>Note: Set the *ISSUE_KEY* parameter to the value of the issue identifier you used to configure the AccuWork schema (issueKey, for example). See Configuring the wui_config.xml for more information.
5. Save the wui_config.xml file.
Micro Focus |