Skip to main content

Integrating with Azure DevOps Server

Deploy to and from your ADO server for source control

Valerio Chang avatar
Written by Valerio Chang
Updated over 2 weeks ago

To connect to your instance of Azure DevOps (ADO) Server, you'll need to generate a Personal Access Token (PAT) with appropriate permissions, and provide this when adding the connection in Gearset.

Getting a Personal Access Token

  1. Navigate to your ADO Instance in a browser, open user settings and select Personal access tokens.

  2. You should now be in the Personal Access Tokens sections, once there, select New Token, and give your token a name.

  3. In order for the connection from Gearset to work, you will need to select All accessible organizations in the Organization dropdown.

  4. In this example, we've selected Full access scope. You can also select Custom defined, but please note that if certain permissions are not set correctly, Gearset won't work as expected.

Setting up the connection in Gearset

  1. From the Source control and services page in Gearset select Connect to Azure DevOps Server.

  2. Now you should see a modal dialog, allowing you to enter the URL of your ADO Server instance, and the PAT you generated earlier.

  3. Test your connection, and you should see the connection succeeded.

  4. If the connection fails, make sure you're using a Personal Access Token that provides correct permissions (see above).

If you're still experiencing failed connections, contact our support via in-app chat and we'll be able to investigate the cause of the connection issues.

A note on ADO work items

Please note that Gearset currently supports linking ADO work items, but this functionality is limited to ADO Cloud organizations. Support for work items in ADO Server (self-hosted instances) is not currently available.

Did this answer your question?