# Which Team Foundation Server (TFS)/Azure DevOps fields are supported by OpsHub Integration Manager f

### Description

Team Foundation Server (TFS)/Azure DevOps fields contain Read-Only fields and Writable fields. Not all of these fields are supported for synchronization.

### Solution

* All the fields that are writeable from the User Interface can also be writeable from <code class="expression">space.vars.SITENAME</code>. It can be an HTML, Text, User, Numeric, Boolean, or Lookup field.
* Few fields such as ID, Watermark, etc. are Read-Only fields. These fields cannot be writeable but their field values can be readable by <code class="expression">space.vars.SITENAME</code>. Refer [Team Foundation Server - Common](/opstech-docs/7.223/connectors/azure-devops.md#known-behaviors--limitations) section's step 3 to get list of Read-Only fields.

{% if "OpsHub Integration Manager" === space.vars.SITENAME %}
\* In Team Foundation Server (TFS)/Azure DevOps, there are fields such as Changed By, Changed Date for which auto-generated values can be overwritten. For this, By-Pass Rule should be enabled during system configuration. Refer table under \[Team Foundation Server - Common]\(../../../connectors/azure-devops.md#known-behaviors--limitations) section to check which all fields are supported with and without By-Pass with different API option.
{% endif %}


---

# 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://opstech.gitbook.io/opstech-docs/7.223/help-center-index/faqs/tfs-faqs/fields.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.
