# Customization: Do not synchronize title

The *Do not synchronize title* customization can be used if the Test Case title field (*Summary*, *Name*) 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/jira/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/jira/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.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.specsolutions.eu/specsync/jira/features/push-features/customization-do-not-synchronize-title.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
