GitHub Copilot for Jira Now Writes Code and Opens Pull Requests Autonomously
GitHub's Copilot coding agent can now be assigned Jira tickets, stream progress live, and iterate on pull requests without leaving Jira
- GA launch: GitHub Copilot for Jira is now generally available after a public preview that began in March 2026.
- Live streaming: Agent progress now streams in real time directly into the Jira ticket, no tab-switching to GitHub required.
- Post-session steering: After a draft PR is opened, follow-up instructions in the Jira chat panel keep the agent working on the same pull request instead of creating a new one.
- MCP-powered context: The agent can pull context from Confluence pages via the Model Context Protocol, reading internal docs without manual copy-pasting.
- Free app, paid plan required: The Atlassian Marketplace app is free, but requires a paid GitHub Copilot plan and Atlassian Rovo to be activated.
- Human review unchanged: The agent opens draft pull requests; teams still review and approve all code before merging.
GitHub just hit general availability on one of the more practically useful AI integrations in the developer toolchain: GitHub Copilot for Jira. The pitch is simple but meaningful: assign a Jira ticket to Copilot, watch it write code and open a pull request, and steer the whole thing without ever leaving Jira. No tab-switching, no context loss, no manual copy-pasting of requirements into a chat window.
From ticket to pull request, in one place
You can assign Jira issues to GitHub Copilot's coding agent, an asynchronous, autonomous agent, and get AI-generated draft pull requests created in your GitHub repository. The agent is not a chatbot you prompt interactively. It operates as a cloud-based background worker that creates branches, writes code, runs tests, and opens PRs autonomously, making it the first mainstream tool to industrialize asynchronous AI coding at enterprise scale.
The GA release ships three new capabilities on top of what was already in preview:
- Live progress streaming: You can now monitor the coding agent's progress directly within your Jira issue in real time. As the agent works, status updates stream back to the Jira ticket so you can follow along without switching to GitHub.
- Post-session steering: After the agent completes its work and opens a draft pull request, you can now provide follow-up instructions directly in the Jira chat panel. The agent will continue working on the same pull request rather than creating a new one. This matters because it keeps your review history clean and avoids a proliferation of orphaned PRs.