Link TestComplete Projects to Custom Zephyr Test Case Issue Types

Applies to TestComplete 15.63, last modified on April 23, 2024

Requirements

You must have TestComplete 14.20 or later.

About

By default, the Zephyr Squad plugin adds the Test issue type to Jira. However, issue types in Jira, including the Test type, can be renamed to suit your needs better. If your Jira project to which you want to send your TestComplete test results uses a custom name for Zephyr test cases, configure your TestComplete project to access Zephyr test cases by using that custom name:

  1. Locate the TestComplete project file (.mds) on your hard drive. It is an XML file that describes the project structure and settings. The easiest way to do it is to right-click your TestComplete project in Project Explorer and then click Show in Explorer.

  2. Open the project file (.mds) in any text or XML editor of your choice.

  3. Locate the ZFJ_TestIssueTypeName setting. It specifies the name of the issue type used for Zephyr test cases in your Jira project:

    XML

    <setting name="ZFJ_TestIssueTypeName" type="5" value="Test" />

  4. Replace the default value attribute with your custom Zephyr test case name. For example:

    XML

    <setting name="ZFJ_TestIssueTypeName" type="5" value="Custom Zephyr Test Case" />

  5. Save the changes and close the file. If needed, reload your project in TestComplete to apply the changes.

See Also

Integration With Zephyr Squad

Highlight search results