# Integration with Azure DevOps

Occasionally, you may find that the integration between Azure DevOps and TicketLog does not work as expected. On this page you will find instructions to check for common errors.

### Email notifications are not sent for new or updated tickets

Email notifications from TicketLog rely on API messages sent from Azure DevOps to TicketLog. You can check if these messages are being sent successfully from within Azure DevOps.

* In Azure DevOps, visit your project
* Click Project Settings > Service hooks
* Ensure there are three Web Hooks configured:
  \*

  ```
  <figure><img src="/files/uoCLX3XB5UJnkEBfsDhm" alt=""><figcaption></figcaption></figure>
  ```
* Check the 7 Day Status column for errors
* If a 7 Day Status column is red, right-click on that item and select History
* Review the error. If you need assistance, please contact TicketLog support.

It may be a temporary error. You can try resetting the configuration from TicketLog:

* In TicketLog, open the Service Desk Settings
* Click the Azure DevOps tab
* Click Check Connection and wait for it to complete
* Create a test ticket, and edit that ticket from Azure DevOps, to check if the email notifications have been repaired.
* If still a problem, check the API messages again (as above), and contact TicketLog support for help.

### "Subscription has been disabled" email

If there is an error processing updates from Azure DevOps to your TicketLog Service Desk then this may cause the Web Hooks to become disabled automatically.

If this happens, you should be notified by an email from Azure DevOps, sent to your *Integration user* email address:

<figure><img src="/files/oeHTtFHzQGBpYM3rbojL" alt="" width="563"><figcaption></figcaption></figure>

You can try resetting the configuration from TicketLog:

* In TicketLog, open the Service Desk Settings
* Click the Azure DevOps tab
* Click Check Connection and wait for it to complete
* Create a test ticket, and edit that ticket from Azure DevOps, to check if the email notifications have been repaired.
* If still a problem, check the API messages again (as above), and contact TicketLog support for help.


---

# 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.ticket-log.com/troubleshooting/integration-with-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.
