程式代理
Jira Turns Backlog Scanning, Coding Agents, and PR Review Into a Persistent Loop as Permission Controls Move Into the Context Layer
Atlassian is expanding Jira from an agent launch point into a control plane that continuously scans backlogs, assigns implementation work, and creates PRs, while using Teamwork Graph to provide organizational context to multi-repository agents. Most core features remain in open beta or private preview, making this more of an architectural direction that teams can evaluate than a mature pipeline ready for broad deployment.

Atlassian has announced a set of “governed agent loops” capabilities intended to turn coding agents from one-off chat tools into persistent work loops within Jira. Agent loops continuously look for well-defined, unassigned work items, hand them to Jira Coding Agent for implementation and testing, and then create pull requests for human review; humans retain control over merging. Once work is completed, the results can be written back into shared context for subsequent planning and agent execution.
The technical core is not a new model, but the integration of context, scheduling, and governance. Code Context incorporates the structure of multiple repositories into Teamwork Graph, enabling Rovo and other coding agents to reference Jira work items, Confluence documents, code, and dependencies at the same time. Agent Context Controls determine which agents may run in designated spaces and what data they can access. Standards can map organization-wide coding rules to individual repositories, while AI Review checks PRs against those rules. DX for Agentic Development also connects models, MCP tools, and agent sessions to throughput, quality, adoption, and cost metrics, while the Jira Agent Usage Dashboard tracks which agents teams are actually enabling.
For large engineering organizations, the significance of this design lies in applying authorization and auditing at the points where agents obtain context and accept tasks, rather than adding review only after code has been generated. However, it also expands the sensitive-data surface of Teamwork Graph: if cross-repository indexing inherits overly broad group permissions, agents may retrieve design or incident data through legitimate queries even though that information should not flow across projects. Continuous backlog scanning could also trigger duplicate work, consume tokens, or generate large numbers of low-value PRs when requirements are incomplete. Teams therefore need idempotency keys, budget caps, trigger conditions, sandbox isolation, and comprehensive audit logs.
Code Context is currently being rolled out gradually in open beta to paid customers. Agent loops, Standards, and AI Review are in private early access, while the other controls and dashboards have yet to reach general availability. Engineering teams should next examine the actual APIs, permission-inheritance model, failure and retry semantics, and how agent output integrates with existing CI, branch protection, and incident rollback workflows. They should not directly extrapolate expected results from productivity figures published by Atlassian itself.