Skip to main content

How to integrate ADO account?

Overview

To authenticate, you will need to provide the following information:

  • Personal Access Token (PAT)

Step 1: Generate Personal Access Token

  1. Go to Azure DevOps and sign in.
  2. In the top-right corner, click User Settings
Personal Bitbucket Settings
  1. Click Personal Access Tokens from the dropdown menu
Personal Bitbucket Settings
  1. Click the New Token button
Personal Bitbucket Settings
  1. Set Token Details:
    • Name: Provide a descriptive name (e.g., "Unizo ADO Integration")
    • Organization: Choose All accessible organizations
    • Expiration: Select a suitable expiration period (Recommended: 30–90 days)
  2. 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))
Personal Bitbucket Settings
  1. Click Create, then immediately Copy the token. Store it securely as it won't be shown again.
Personal Bitbucket Settings