# Azure DevOps

{% hint style="info" %}
We only support one-way sync integration with Azure DevOps — changing statuses or assignees on Azure DevOps won't reflect on Luciq.
{% endhint %}

Forward your bug reports to your Azure DevOps workspace by following these simple steps.

{% stepper %}
{% step %}
**Navigate to Integrations**

Open Luciq's Settings and go to the Integrations page. Click *Create* on the Azure DevOps integration.

<figure><img src="/files/T3rS1S20B27jEDF1bqEW" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}
**Fill integration form**

In the integration form, you'll need to provide:

* PAT Token
* Organization URL

<figure><img src="/files/PVS9eNfz2hLVe0PP1hwn" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}
**Create a PAT Token (Personal Access Token)**

To create a new PAT Token in Azure DevOps:

* Head over to Azure DevOps.
* Click on User Settings from the menu.
* Choose "Personal Access Token", or navigate to this URL:\
  <https://dev.azure.com/{ORGANIZATION}/\\_usersSettings/tokens>

<figure><img src="/files/7XDXXWc9afEuNjIFkecQ" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}
**Configure the token**

Click on New Token, ensuring the new token has either full access or read-and-write access to work items.
{% endstep %}

{% step %}
**Enter credentials in Luciq**

Fill in your PAT Token and Organization URL in the integration form.

<figure><img src="/files/PVS9eNfz2hLVe0PP1hwn" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}
**Test and create**

Test the connection and create your integration.

<figure><img src="/files/YNPfcELZDAaru64VshCD" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}
**Configure forwarding and rules**

From the final page you can:

* Choose automatic forwarding of all bug reports or forward manually.
* Set Rules & Alerts based on conditions before forwarding.

<figure><img src="/files/Byf896VsLnJCr4b8sd86" alt=""><figcaption></figcaption></figure>
{% endstep %}
{% endstepper %}


---

# 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.luciq.ai/product-guides-and-integrations/integrations/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.
