> For the complete documentation index, see [llms.txt](https://docs.sonarsource.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.sonarsource.com/sonarqube-cloud/managing-your-projects/issues/in-devops-platform/azure-devops.md).

# Issues reported in Azure DevOps

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

When you run a SonarQube Cloud analysis for a pull request, each SonarQube issue is displayed as a comment on the Azure DevOps pull request. If you change the status of an issue in SonarQube Cloud, that status change is immediately reflected in the Azure DevOps interface.

{% hint style="info" %}

* The number of comments posted in the timeline of a pull request is limited to 50.\
  If this limit has been reached, a message will be displayed as a comment, with a link to the rest of the issues on SonarQube Cloud. This comment will not disappear upon resolution of an issue, but only upon a new build, with less than 50 issues remaining.
* Pull request decoration is only supported with a bound project and requires that pull request integration be correctly configured for your project. See [Configuring Azure DevOps project binding](/sonarqube-cloud/managing-your-projects/administering-your-projects/devops-platform-integration/azure-devops.md) for more details.
  {% endhint %}

## Opening AI CodeFix pull requests <a href="#opening-ai-codefix-pull-requests" id="opening-ai-codefix-pull-requests"></a>

When AI CodeFix is enabled and both your organization and project are bound to Azure DevOps, you can open a pull request in Azure DevOps directly from a generated fix. See [Fixing issues](/sonarqube-cloud/managing-your-projects/issues/fixing.md#opening-a-pull-request-in-azure-devops) for details.

## Using the Remediation Agent <a href="#remediation-agent" id="remediation-agent"></a>

{% hint style="success" %}
The SonarQube Remediation Agent is a [Beta](https://docs.sonarsource.com/sonarqube-cloud/appendices/product-release-lifecycle#beta) feature available with the Team (annual) and Enterprise plan accounts. It is free during the beta phase and will be a paid feature when it moves to [General Availability](https://docs.sonarsource.com/sonarqube-cloud/appendices/product-release-lifecycle#general-availability). To learn more about the terms & conditions, please see our legal page about features in [Early Access](https://www.sonarsource.com/legal/early-access/).
{% endhint %}

When your organization is bound to Azure DevOps, the SonarQube Remediation Agent can fix issues in your backlog, either automatically on a schedule or for issues you assign with **Assign to Agent**, and opens a pull request in Azure DevOps for your review. To enable it, see the [Remediation Agent](/agent-centric-development-cycle/solve/solve-issues/administer-remediation-agent.md) page; for how it behaves, see [Backlog fix suggestions](/agent-centric-development-cycle/solve/solve-issues/backlog-fix-suggestions.md).

> **Note:** Pull request remediation, where the agent fixes new issues in a failing pull request, is currently available for GitHub-bound projects only.

## Related pages <a href="#related-pages" id="related-pages"></a>

* [Configuring Azure DevOps project binding](/sonarqube-cloud/managing-your-projects/administering-your-projects/devops-platform-integration/azure-devops.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.sonarsource.com/sonarqube-cloud/managing-your-projects/issues/in-devops-platform/azure-devops.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
