iterationPath

This configuration section contains settings to configure how the test case iteration path field should be updated.

Read more about the setting the area path and iteration path fields in the Add new test cases to an Area or an Iteration concept description.

The following example shows the available options within this sub-section.

{
  ...
  "synchronization": {
    ...
    "iterationPath": {
      "mode": "setOnLink",
      "value": "\\Iteration1"
    },
    ...
  },
  ...
}

Settings

Last updated