![Azure Boards integration with GitHub Copilot]()
Microsoft has announced the general availability of Azure Boards integration with GitHub Copilot, marking a significant step toward tighter alignment between work tracking and AI-assisted development. First introduced in private preview earlier this year, the integration allows developers to send Azure Boards work items directly to GitHub Copilot, which can then generate code changes and create draft pull requests automatically.
With this GA release, teams can trigger Copilot directly from an Azure Boards work item, selecting the target GitHub repository and branch while passing detailed instructions, descriptions, and recent discussion context. Copilot’s coding agent processes the task, creates a new branch, and opens a draft pull request that is automatically linked back to the original work item—ensuring end-to-end traceability between planning and execution.
Beyond the core workflow, Microsoft has added features shaped by early customer feedback. Developers can now choose which branch Copilot targets, making the integration more practical for teams working with release or feature branches. Azure Boards Kanban cards also surface Copilot status indicators, allowing teams to see at a glance which items are actively being worked on by AI and which are ready for review.
The integration requires GitHub-hosted repositories, an enabled Azure Boards–GitHub connection, and Copilot’s coding agent turned on for the relevant repositories. Looking ahead, Microsoft plans to let organizations select custom Copilot agents and models, as well as introduce REST API support to automate scenarios where work items can be created and handed off to Copilot programmatically.
The rollout is being staged globally and is expected to complete by mid-January. With this release, Microsoft is positioning Azure Boards and GitHub Copilot as a more unified, AI-powered development pipeline—bringing planning, coding, and automation closer together for modern DevOps teams.