Skip to main content

Atlassian Underpins Code Creation With New Agentic Insight Channels

Atlassian used its Team ’26 user conference this month in Anaheim to explain how its platform has now further evolved to underpin the reality of what the company defines as the AI‑native organization. This still-emerging entity is a company (or indeed a department, an individual team or working group) where human teams are co‑creating alongside agents. 

User Base Spread & Reach

While many of the automation advancements coming out of Atlassian will be directed at businesspeople and non-technical staff, an equal and opposite number (give or take) are aligned to serve software engineering teams with agentic automations. The company champions various tools and functions at this level, not least of which is Rovo.

Atlassian Rovo is an AI-powered knowledge discovery tool that connects fragmented data across enterprise apps. It uses a specialized search engine, interactive chat, and autonomous agents to surface insights and automate complex workflows. Inside modern code workshops, developers use Rovo to find documentation, troubleshoot code across repositories, and deploy AI agents to automate repetitive tasks.

Atlassian CEO Mike Cannon-Brookes says that his firm’s customers have one of the richest, most connected context graphs in the world. 

“Our Teamwork Graph is not just a database; it’s the connective tissue between people, their work, and their tools. It’s the institutional memory of every project you’ve worked on to date — not only in Atlassian’s apps, across all the connected tools your organization uses. That might include your workflows in Jira, designs in Figma, code in GitHub, people in Workday, and your thinking shared in Confluence or Loom,” said Cannon-Brookes, in his keynote presentation blog at Team ’26.

Building Software, For Software

He reminds us that his organization has spent the last twenty years “building for software teams” in working practice, which means (now that AI is now rewriting the SDLC faster than anything anyone has ever seen) the company’s job is to turn the context software engineering teams already have into an advantage.

An affably disarming Australian with long hair and an occasional gritty turn of phrase that leans on his home nation’s brogue, Cannon-Brookes detailed more of the mechanics of how Atlassian helps coders. 

Code Intelligence in Rovo

Teams can assign and track work for Rovo and third‑party coding agents with Agents in Jira. Every agent interaction is auditable, traceable, and governed in Jira, turning “single‑player” prompts into a multiplayer workflow your whole team can see.

Now in early access, Code Intelligence in Rovo lets software engineers and agents ask intent‑level questions across complex, multi‑repository environments, not just “grep for strings” today (see below). By combining a team’s source graph with context from Jira, Confluence, and other locations and tools, Rovo can answer questions like, “Which services still use an outdated UI pattern and who owns the migration plan?” in one place.

What Is Grep For Strings?

In the context of Atlassian Rovo, “grep for strings” refers to its ability to perform deep, literal text matching across an entire enterprise tech stack, much like the classic command-line tool. The grep part denotes the command line search instruction g / re / p – g (Global): search the entire file; re (Regular Expression): the specific pattern or string of text a user is looking for; and p (Print): display the lines that match the pattern on the screen.

With over 150 billion connections, Atlassian says that the Teamwork Graph gives humans and agents the context to search, reason, and act securely across software application development tools and teams.

AI Code Insights

“With all this AI investment, engineering leaders need to understand the ROI. DX, which joined Atlassian last year, now offers an AI experience that tracks AI transformation. With Agent Experience, AI Code Insights, and AI Pulse, teams can see where AI is generating code, how agents are performing, and how they’re impacting productivity and reliability, turning AI from a black box into a measurable, governed part of the SDLC,” stated Cannon-Brookes.

The functions on offer with AI Code Insights include contextual pull request reviews.  Unlike standard linters (automated tools that scan code for stylistic inconsistencies, syntax errors and so-called ‘smelly’ code), it checks code against Jira acceptance criteria and Confluence documentation to ensure the code actually does what the ticket asked for.  

There’s also proactive issue detection to identify logic errors, security vulnerabilities, and “anti-patterns” (coding habits that cause future problems) before the code is merged — and, finally here, in-line suggestions that don’t just point out problems; they provide specific code snippets and “one-click” fixes to improve readability, maintainability, and performance. The technology can be trained on a team’s specific design systems or logging standards through standard enforcement to ensure every developer follows the same house rules.

Teamwork Graph CLI 

“Atlassian is positioning the Teamwork Graph as the context and governance layer for agent work. The CLI and Rovo MCP server give compliant agents a standard read on intent, ownership, and history while admins keep scope and permission control. That puts Atlassian in the running for the agent execution surface for software teams,” said Mitch Ashley, Vice President and Practice Lead, Software Lifecycle Engineering for The Futurum Group.

“Engineering leaders are evaluating where intent, work and authorization converge for agents. Platforms that treat context and governance as separate problems will not survive those evaluations,” added Ashley.

In other DevOps tools, Teamwork Graph CLI is Atlassian’s agent-first command-line interface that gives developers and their AI coding agents direct access to an organization’s Teamwork Graph, while admins retain tight control over scopes and permissions. 

MCP‑Compliant Agent

Teamwork Graph tools in Rovo MCP Server give any MCP‑compliant agent, copilot, or automation a standard, secure way to run on your Teamwork Graph, so they act with live ownership, history and relationships.

The overall developer-centric offering from Atlassian continues to strengthen and “developer sessions” signs exist to arrest attendees within the first few yards of stepping into the halls of the Atlassian Team ’26 event. We can expect more of the same in 2026 and beyond – and at a faster and more continuous release cycle by promises laid down by Cannon-Brookes himself.

That’s (as they say in Australia) just about fair dinkum mate!



from DevOps.com https://ift.tt/TrwQsPa

Comments

Popular posts from this blog

Cursor’s New SDK Turns AI Coding Agents Into Deployable Infrastructure

For most of its life, Cursor has been an IDE. A very good one. But with the public beta of the Cursor SDK, the company is making a different kind of move — one that should get the attention of DevOps teams. The Cursor SDK is a TypeScript library that gives engineers programmatic access to the same runtime, models, and agent harness that power Cursor’s desktop app, CLI, and web interface. In short, the agents that used to live inside an editor can now be invoked from anywhere in your stack. That’s a meaningful shift in how AI coding tools fit into software delivery pipelines. From the Editor to the Pipeline If you’ve used Cursor before, the workflow is familiar — you interact with an agent in real time, asking it to write functions, fix bugs, or review code. The SDK breaks that dependency on interactive use. Now you can call those same agents programmatically, from a CI/CD trigger, a backend service, or embedded inside another tool. Getting started is a single inst...

Claude Code’s Ultraplan Bridges the Gap Between Planning and Execution

Planning a complex code change is hard enough. Reviewing it in a terminal window shouldn’t make it harder. Anthropic is addressing that friction with a new capability called Ultraplan, currently in research preview as part of Claude Code. The feature moves the planning phase of a coding task from your local terminal to the cloud — and gives developers a richer environment to review, revise, and approve a plan before a single line of code changes. It’s a small workflow shift with real practical value, especially for teams working on large-scale migrations, service refactoring, or anything that requires careful coordination before execution begins. How it Works Ultraplan connects Claude Code’s command-line interface (CLI) to a cloud-based session running in plan mode. When a developer triggers it — either by running /ultraplan followed by a prompt, typing the word “ultraplan” anywhere in a standard prompt, or choosing to refine an existing local plan in the cloud — Claude picks u...

OpenAI Debuts Symphony to Orchestrate Coding Agents at Scale

OpenAI has unveiled Symphony, an open-source specification that shifts how software development teams deploy AI in workflows, moving from interactive coding assistance toward continuous orchestration of autonomous agents. Symphony reframes project management tools as operational hubs for AI-driven coding. Rather than prompting an assistant for individual tasks, developers assign work through issue trackers, allowing agents to execute tasks in parallel and deliver outputs for human review. The change reflects a trend in enterprise AI in which systems are increasingly embedded into production pipelines rather than used as standalone tools. Symphony emerged from internal experimentation at   OpenAI , where engineers attempted to scale the use of   Codex   across multiple concurrent sessions. While the agents proved capable, human operators became the limiting factor. Engineers found they could only manage a handful of sessions before coordination overhead offset pro...