The configuration Configuring the integration of DTP with Azure DevOps is performed by the your Parasoft administrator and only needs to be set up done once.
In this section:
Table of Contents maxLevel 2
...
In cases like these, you will need to modify the ExternalSystemSettings.properties configuration file located in the <DTP_DATA_DIR>/conf directory in order to tell DTP what types of issues in Aure Azure DevOps it should treat as requirements, tasks, test cases, and so on when integrating with Aure Azure DevOps. ExternalSystemSettings.properties is expected to use ISO 8859-1 (Latin1) character encoding, so you will need to replace non-English words and letters with their Unicode equivalents. See Advanced Configuration for more information about this file and its settings.
...
| Code Block |
|---|
# Requirements # Work item type names for the Japanese version of Azure DevOps: プロダクトバックログ項目プロダクト バックログ項目, ユーザー ユーザーストーリーストーリー, 要件 azuredevops.workItemType.requirements=\u30D7\u30ED\u30C0\u30AF\u30C8\u0020\u30D0\u30C3\u30AF\u30ED\u30B0\u9805\u76EE;\u30E6\u30FC\u30B6\u30FC\u0020\u30B9\u30C8\u30FC\u30EA\u30FC;\u8981\u4EF6 # Tests # Work item type names for the Japanese version of Azure DevOps: テストケーステスト ケース azuredevops.workItemType.tests=\u30C6\u30B9\u30C8\u0020\u30B1\u30FC\u30B9 # Work item type name for the Japanese version of Azure DevOps: テスト テストケースケース azuredevops.workItemType.test=\u30C6\u30B9\u30C8\u0020\u30B1\u30FC\u30B9 # Task # Work item type name for the Japanese version of Azure DevOps: タスク azuredevops.workItemType.task=\u30BF\u30B9\u30AF # Bug # Work item type name for the Japanese version of Azure DevOps: バグ azuredevops.workItemType.bug=\u30D0\u30B0 # Epic # Work item type name for the Japanese version of Azure DevOps: エピック azuredevops.workItemType.epic=\u30A8\u30D4\u30C3\u30AF |