# Azure DevOps

Follow the steps below to log a bug in Azure DevOps from reports section

1. Navigate back to the Report tab and click Testcase Details icon, to bring up Run details popup window in top right corner of Reports tab

<figure><img src="/files/7dpFjQkog3SjDfnJptlp" alt=""><figcaption></figcaption></figure>

2. Click view Reports icon, from Run Details pop up window to bring up Result Summary window in screen.

<figure><img src="/files/tkZoE4hHU4dBlPIuGu1D" alt=""><figcaption></figcaption></figure>

3. Click Expand arrow from the # column to check the detailed analysis of the execution for all the Test Step details of the Test case
4. Click bug icon from Defect column to access defect management tools.
5. Select Azure DevOps option to bring up Azure DevOps pop up on screen

<figure><img src="/files/sd5aQBXAvetUdSxOcZJG" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
Note: *after selecting Azure DevOps option it will bring up auto fill pop up on screen*
{% endhint %}

6. Enter credentials and URL then click Connect button. This will change bug icon to Azure DevOps icon.

<figure><img src="/files/D8ka3WAogvZUF2WvOEta" alt=""><figcaption></figcaption></figure>

7. Click Azure DevOps icon in Defect column to bring up Create Issue pop window on the screen.
8. Select Issue Type, enter Iteration Path, enter Area Path, enter Title, enter State and click Proceed button. For more detailed report, click Configure Fields dropdown and select more option.

<figure><img src="/files/o3r4V7DIpT77SCl1aKyz" alt=""><figcaption></figcaption></figure>

9. As you click proceed, the Azure DevOps icon changes into Defect Id

<figure><img src="/files/vm5bcGBvMSlL61r4PN41" alt=""><figcaption></figcaption></figure>

10. Click the Defect Id to directly navigate to the Azure DevOps website and see the logged bug 

<figure><img src="/files/HBHGH3vmBKd3MWJykNu3" alt=""><figcaption></figcaption></figure>


---

# 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.avoautomation.com/avo-assure/working-with-the-avo-assure-platform/create-and-execute-tests-with-design-studio/working-with-reports-section/log-a-bug-from-view-report/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.
