# Issues reported in Azure DevOps

## Pull request decoration <a href="#pull-request-decoration" id="pull-request-decoration"></a>

When you run a SonarQube Server analysis for a pull request, each SonarQube issue is displayed as an annotation on the Azure DevOps pull request. If the Azure DevOps instance is configured correctly and you change the status of an issue in SonarQube Server, that status change is immediately reflected in the Azure DevOps interface.

{% hint style="info" %}
Pull request decoration requires that pull request integration be correctly configured for your project. See [Setting up Azure integration for your project](/sonarqube-server/2026.2/project-administration/creating-project/azure-devops/setting-up-project-integration.md#setting-up-pull-request-integration-with-azure-devops).
{% endhint %}

If you want to decorate your pull request with a quality gate status and are not interested to have SonarQube Server annotations in your PR, see the [Setting up Azure integration for your project](/sonarqube-server/2026.2/project-administration/creating-project/azure-devops/setting-up-project-integration.md#disable-pull-request-annotations) article.


---

# 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.sonarsource.com/sonarqube-server/2026.2/user-guide/issues/in-devops-platform/azure-devops.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.
