Azure DevOps (Preview)
Overview
Heeler connects to Azure DevOps at the project level within an organization. To do so, Heeler requires a Personal Access Token with required permissions for Heeler to perform assessments.
Create Personal Access Token
Heeler uses a Personal Access Token to authenticate with an Azure DevOps project and to define its permissions.
To create the token, navigate to the specific project of interest and then click on User Settings near your profile icon in the upper righthand corner.

In User Settings, click on Personal access tokens

Add a New Token. Give it a Name and set a custom Expiration for a time period of your choice. The longest allowable is 365 days. N.b., once the token expires, you will need to repeat this process to re-establish the connection so a longer duration reduces reduces integration maintenance.

Then add permissions (Code example in image below). The required permissions are:
Code:
Read
Graph:
Read
Project and Team:
Read
Work Items:
Read

After saving, confirm a) the permissions are correct and b) note the Organization because it will be required in Heeler. Copy the token

Add Azure DevOps to Heeler
In Heeler, select the Settings icon
from the top navigation
Select Connections -> Code Organizations then select
Add Code Organization

Enter a Name for Azure DevOps Organization. It does not need to match the name of the token created, but should be related to the Azure DevOps project for clarity
Enter the Organization that matches the organization of the token (see the last step in Azure DevOps)
Paste the Access Token
Select Save

After saving, confirm the connection is Healthy

Last updated
Was this helpful?