# How do images in comment/disscussion functionality works after synchronization by OpsHub Integration

### Description

Team Foundation Server (TFS)/Azure DevOps provides the functionality to add an image in discussion/comment. How that functionality works after synchronization by <code class="expression">space.vars.SITENAME</code>.

### Solution

You can add an image in discussion/comment from the systems’ User Interface. But right now <code class="expression">space.vars.SITENAME</code> does not provide this feature. Once the discussion/comment is synchronized to the target system, it will put the source inline-image URL as it is in the target system's field/comment/discussion without transformation. So target end system comment image will still be pointing to the source endpoint. The image will be shown in the target endpoint's comment if the target endpoint is connected to the source endpoint, but once the source endpoint is disconnected from the target it will not be shown.


---

# 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/comment-inline-image.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.
