# ADO Repositories

### Granting ADO Access

1. Sign In to **Azure DevOps**

* Go to:[ https://dev.azure.com/](https://dev.azure.com/) → Sign in with your **Azure DevOps** account.

2. Access **Personal Access Tokens**\
   Click your profile picture (top-right corner).\
   Navigate to: User settings > Personal access tokens.
3. **Create** a New Token\
   Click + New Token.
4. **Configure** Token Details

* Name: Milestone Integration Token
* Organization: Select applicable organization(s).
* Expiration: Set to 1 year (minimum).

5. Set **Scopes**

* Click **Show all scopes**.
* Select the following Read scopes:&#x20;

&#x20;       a. **Analytics** – Query analytics data

&#x20;       b. **Code** – Access source code & metadata

&#x20;       c. **GitHub Connections** – Read GitHub connections

&#x20;       d. **Graph** – Read user, group & membership info\
&#x20;       e. **Identity** – Read identities & groups\
&#x20;       f. **Member Entitlement Management** – Read user entitlements\
&#x20;       g. **Project and Team** – Access project & team info\
&#x20;       h. **Pull Request Threads** – Read pull request threads\
&#x20;       i. **Work Items** – Read work items

Note: If some scopes are restricted by organizational policies, adjust to a reduced set as needed.

6. Create and **Copy the Token**\
   Click **Create** → **Copy** the token immediately — it will not be shown again → **Share** securely via approved channels.<br>

***
