Plans for GitHub Coding Agent for Azure DevOps (ADO) repos / work items? #165681
-
Select Topic AreaQuestion Copilot Feature AreaCopilot Coding Agent BodyI am really impressed with GitHub Coding Agent and would like to utilize it in our projects that are hosted in Azure DevOps. Are there any plans to support Coding Agent on repos in ADO, and then possibly be able to assign Work Items from ADO Boards to the agent? Or do I have to think about syncing repos between the two and integrating ADO WorkItems possibly via MCP to the coding agent? I don't want to build an entirely new process and way of working in my ADO organization just for Microsoft to also enable a more native solution for ADO in a couple of months, similar to how GitHub Advanced Security is now featured in ADO as well. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 2 replies
-
|
Hello @InDieTasten, Thank you for your question about GitHub Copilot Coding Agent for Azure DevOps repositories and work items. Currently, the full Copilot Coding Agent experience (assigning issues and having the agent create PRs) is designed specifically for GitHub repositories. However, we're actively bridging this gap through:
Your approach of exploring MCP integration is a valid interim solution. While we don't have a specific timeline for native Coding Agent support in Azure DevOps repositories, our direction is clear: enabling AI-powered development across our product ecosystem. Is there a specific aspect of the Coding Agent functionality you're most interested in for your Azure DevOps workflow? |
Beta Was this translation helpful? Give feedback.
-
|
Hello @InDieTasten At the moment, GitHub Copilot Coding Agent is primarily designed to work within GitHub repositories and workflows. Native support for Azure DevOps (both repos and Boards) hasn’t been announced yet, so today the options would be along the lines of syncing repos between GitHub and ADO, or connecting ADO Work Items through a custom integration (for example, using MCP or APIs). That said, Microsoft has a history of bringing GitHub features into Azure DevOps over time—GitHub Advanced Security is a good example—so it’s very possible that deeper ADO integration for Copilot agents will come in the future. If your team’s process is tightly tied to ADO, it may be worth waiting to see what’s announced, rather than reinventing your workflows. In short: Today: Use GitHub repos directly, or sync/integrate ADO manually. Future: Native ADO support may be added, but nothing official has been shared yet. |
Beta Was this translation helpful? Give feedback.
-
|
But you are (somewhat) bringing this to Azure DevOps? well for DevOps work items - against Github repo code (I believe) See post here: https://learn.microsoft.com/en-us/azure/devops/release-notes/roadmap/2025/boards/work-item-integration-with-github-coding-agent
|
Beta Was this translation helpful? Give feedback.


Hello @InDieTasten,
Thank you for your question about GitHub Copilot Coding Agent for Azure DevOps repositories and work items.
Currently, the full Copilot Coding Agent experience (assigning issues and having the agent create PRs) is designed specifically for GitHub repositories. However, we're actively bridging this gap through:
Azure DevOps MCP Server (now in public preview): Enables GitHub Copilot to access and interact with Azure DevOps resources including work items, PRs, test plans, and more. Learn more here.
Repository migration tools: We've enhanced GitHub Enterprise Importer to simplify migration from Azure DevOps to GitHub while preserving history, branches, and metadata.
A…