How to integrate my ADO account?
Overview
To authenticate, you need:
- Personal Access Token (PAT)
Step 1: Generate Personal Access Token
- Login to Azure DevOps – Go to Azure DevOps and sign in
- Open User Settings – In the top-right corner, click your profile icon and select User Settings
- Access PATs – Click Personal Access Tokens from the dropdown menu
- Create New Token – Click the New Token button
- Set Token Details:
- Name: Provide a descriptive name (e.g., "Unizo ADO Integration")
- Organization: Choose the appropriate organization or All accessible organizations
- Expiration: Select a suitable expiration period (Recommended: 30–90 days)
- Select Required Scopes:
- Full access – Grants complete access to all ADO APIs (use with caution)
- Or choose fine-grained scopes depending on integration requirements (e.g., Code (Read & Write), Work Items (Read))
- Create and Copy the Token – Click Create, then immediately Copy the token. Store it securely as it won't be shown again.