# How to synchronize entities which meet specific conditions in TFS/Azure DevOps?

### Description

There are the use cases where only a few of the entities that meet a specific condition need to be synchronized instead of all of the entities. <code class="expression">space.vars.SITENAME</code> provides this type of synchronization for TFS/Azure DevOps.

### Solution

Sometimes there are scenarios in which you want to synchronize a few of the entities that meet a specific condition, for example user wants to synchronize entities that contain priority "1". This type of synchronization is possible by <code class="expression">space.vars.SITENAME</code> using Criteria Filter. Refer [Criteria Configuration](https://docs.opshub.com/v7.215/integrate/configure-integrations/integration-configuration#criteria-configuration) section to learn about how to configure criteria during integration configuration. Refer [Criteria Configuration](https://docs.opshub.com/v7.215/connectors/azure-devops#criteria-configuration) section of Team Foundation Server (TFS) to learn about the syntax of the criteria query while configuring criteria for TFS/Azure DevOps integration.
