> For the complete documentation index, see [llms.txt](https://docs.specsolutions.eu/specsync/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.specsolutions.eu/specsync/features/push-features/customization-do-not-synchronize-title.md).

# Customization: Do not synchronize title

The *Do not synchronize title* customization can be used if the Test Case title field (`System.Title`) has to be used for other purposes and SpecSync should not update it.

The *Do not synchronize title* customization described here is an [Enterprise feature](/specsync/licensing.md).

In order to enable this customization, the `customizations/doNotSynchronizeTitle` section of the configuration has to be enabled. The complete reference of the configuration settings can be found in the [customizations configuration reference](/specsync/reference/configuration/configuration-customizations.md#TODO).

The following example shows a basic configuration that enables this customization.

```javascript
{
  ...
 "customizations": {
    "doNotSynchronizeTitle": {
      "enabled": true
    }
  }
  ...
}
```

The title field of the Test Case will be set by SpecSync for new Test Cases even if the customization is enabled, because that is a mandatory field.

When the customization is enabled, the "pull" command will not be able to update the local test case title.
