Azure DevOps Integration
Use Azure DevOps integration to let Dawn discover repositories, wikis, and work items from the projects your PAT can access.
Before you start
- Your Azure DevOps organization URL, usually
https://dev.azure.com/your-org. - A personal access token for the Azure DevOps account Dawn should use.
- Read access to the projects, repositories, wikis, and work items Dawn should discover.
Dawn currently connects to Azure DevOps with a personal access token. It does not use OAuth for this provider today.
Create the personal access token
- Create a personal access token for the Azure DevOps account Dawn should use.
- Prefer an organization-scoped PAT for the target organization.
- Grant read access for the resource types you want Dawn to use.
- Use
Code: Read,Work Items: Read, andWiki: Readas the usual starting point. - Copy the PAT and store it safely.
Connect Azure DevOps in Dawn
- Open Integrations in Dawn and click Add connection.
- Choose Azure DevOps.
- Enter the organization URL.
- Paste the PAT into Personal access token.
- Click Connect.
- Review the discovered sources and link the ones you want available in the workspace.
- Assign those linked sources to the agents that should use them.
What Dawn discovers
Dawn discovers visible Azure DevOps projects, then creates repository sources, wiki sources, and one work item source per project.
Troubleshooting
- Connection fails: confirm the organization URL is correct and the PAT is active.
- Expected sources are missing: the PAT user likely cannot see that project or does not have the right read scope.
- Work items are missing: confirm the PAT has
Work Items: Readand that the project was discovered.
Validation Prompts
Use these prompts in Dawn chat to quickly validate this setup area.
Validate Azure DevOps source bindings for repos, work items, and wiki access.
Check that list/read operations resolve against the same Azure org metadata.
Completion Checklist
- Org URL and credentials valid.
- Project/repo/work item sources linked.
- Browse/read/search operations consistent.
- No cross-org metadata mismatches.