Configuring Azure Devops with a personal token
Video overview
Steps to Set Up a Personal Access Token (PAT) in Azure DevOps:
Log in to your Azure DevOps account.
In the top-right corner, click on User Settings (to the left of your profile avatar)
Under the Personal Access Tokens section, click + New Token.
In the Create a new personal access token screen:
Enter a name for the token (e.g., "smaply-connector").
Set the scores to read/write and manage work items
Click Create and copy the generated Personal Access Token (you won’t be able to view it again).
Enter the Following Details in the Configuration:

organization:
xxxxx
(Replace with your Azure DevOps organization name)project:
XXX
(Replace with your Azure DevOps project name)personalAccessToken:
XXX
(Replace with your copied PAT)
Last updated