Configuring Azure Devops with a personal token
Last updated
Last updated
Video overview
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).
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)