> 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/jira/reference/configuration/configuration-synchronization/configuration-synchronization-pull.md).

# pull

This configuration section contains settings to configure the pull behavior.

Read more about the pull behavior in the [Two-way synchronization](/specsync/jira/features/pull-features/two-way-synchronization.md) concept description.

{% hint style="info" %}
The two-way synchronization is an [Enterprise feature](/specsync/jira/licensing.md).
{% endhint %}

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

```javascript
{
  ...
  "synchronization": {
    ...
    "pull": {
      "enabled": true,
      "enableCreatingNewLocalTestCases": false,
      "conflictResolution": "interactive"
    },
    ...
  },
  ...
}
```

## Settings

| Setting                           | Description                                                                                                                                                                                                                                                                                                   | Default       |
| --------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------- |
| `enabled`                         | Enables changing the scenarios in the local repository based on the remote test cases.                                                                                                                                                                                                                        | `false`       |
| `enableCreatingNewLocalTestCases` | Enables creating new scenarios from test cases that are not linked to any scenarios yet.                                                                                                                                                                                                                      | `false`       |
| `conflictResolution`              | Sets the conflict resolution method for pull. Possible values: `overwrite`, `overwriteWithWarning`, `interactive`, `skipWithWarning`, `skip`, `error`. See [Synchronization conflict resolution](/specsync/jira/features/common-synchronization-features/synchronization-conflict-resolution.md) for details. | `interactive` |

{% hint style="warning" %}
The *Creating new scenarios from Test Cases* feature and the related `enableCreatingNewLocalTestCases` setting is planned for a future version of SpecSync for Jira. Please check the [Roadmap](https://github.com/specsolutions/specsync-jira-documentation/blob/main/reference/roadmap.md) for details.
{% endhint %}

{% content-ref url="/pages/BTblM0Sv8iEZAlklTdyZ" %}
[synchronization](/specsync/jira/reference/configuration/configuration-synchronization.md)
{% endcontent-ref %}

{% content-ref url="/pages/As0iwTwtwwMJKOfZACmA" %}
[Configuration reference](/specsync/jira/reference/configuration.md)
{% endcontent-ref %}
