Skip to main content

Atlassian Extends AI Reach of Jira Into Agentic Engineering Workflows

Atlassian today extended the scope of tasks that artificial intelligence (AI) can automate directly from its Jira project management software, including assigning work to an AI coding agent.

Initially, Jira integration with AI coding tools includes Claude Code from Anthropic, Cursor, and GitHub Copilot, with support for Codex from OpenAI forthcoming. Software engineering teams can also leverage the DX AI cost management report tool to unify spend and token data across third-party tools like Claude, Cursor, and GitHub Copilot and Jira projects.

Additionally, Atlassian is embedding a Jira Coding Agent in every paid plan that makes use of the context provided by Jira to convert items into ready-to-review pull requests without requiring developers to set up a local application development environment. At the same time, Jira Planner can now pull from a codebase, Jira and the Confluence wiki tool to define requirements and generate a structured technical specification that either an AI agent or human developer can then use to build an application.

Atlassian is also providing additional hooks between its Teamwork Graph command line interface (CLI) and Jira, along with an ability to automate any business process using coding agents that are invoked via the automation rule builder in Jira. Application development teams, for example, will be able to route bug fixes and updates in the background, with engineers notified when a PR is ready for review.

There is also now an Agentic Engineering project template and a guided setup wizard to help engineering teams stand up agent-ready projects in minutes and is providing tighter integration with the Slack messaging platform from Salesforce.

Finally, Atlassian has updated Loom, a video recording tool, to make it possible to provide AI agents with structured instructions on how to execute a task. Loom captures your screens, clicks, hovers, links, and voice instructions and generates an action plan you can share with any agent or turn into agent-ready Jira work items in a few clicks.

Ming Wu, head of engineering for DevAI at Atlassian, said Jira project management software that is already widely used by DevOps teams is evolving into a platform for managing agentic workflows. Atlassian, in effect, is providing the context layer that enables AI agents to more reliably automate tasks in a way that ultimately serves to also reduce the total amount of tokens that might otherwise need to be consumed, she added.

Mitch Ashley, vice president and practice lead for software lifecycle engineering at the Futurum Group, said the control plane contest for agentic development has moved into the system of record. Atlassian is betting that agent coordination, governance, and evidence belong where engineering work already lives, a claim coding tool vendors are making from inside the developer environment, he added.

Engineering leaders face an architecture decision that goes beyond any single tool, noted Ashley. Where agent work is assigned, governed, and audited determines which vendor owns the agentic substrate, he said.

While the degree to which software engineering teams are embracing AI agents is going to naturally vary, the one thing that is certain is AI agents will soon be pervasively embedded into DevOps workflows. The one that is not clear, however, is how those AI agents will be governed and managed.



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

Comments

Popular posts from this blog

Shift Left to the Developer’s Machine: Building Local Git Security Gates 

A developer pushes one file. It contains an AWS access key left in a configuration block. Five minutes later, CI catches it. By then, the secret is in the remote repository, cached by mirrors and potentially forked. The developer rotates the key, scrubs the commit history and spends the rest of the afternoon on incident response. The real question isn’t how to clean up faster — it’s why the secret left the developer’s machine in the first place.   The Five-Minute Gap   Most engineering teams have invested in CI-based secret scanning . Tools such as GitHub Advanced Security, GitGuardian and TruffleHog’s CI integration catch leaked credentials in pull requests and pushed branches. This is good, but it’s also too late.   The GitGuardian 2026 State of Secrets Sprawl report found that 29 million secrets were detected on GitHub in 2025 alone — a 34% year-over-year increase and the largest single-year jump ever recorded. Worse, 64% of secrets leaked back in 202...

Cloudbees Is A Launch Partner For Google Cloud Run As Product Goes Ga

Industry Leaders Collaborate to Offer Streamlined Deployment of Containerized Applications, Better Access to CloudBees Solutions on Google Cloud Platform Marketplace   GOOGLE CLOUD NEXT, LONDON AND SAN JOSE, CA. – November 20, 2019 – CloudBees, the enterprise DevOps leader powering the continuous economy, today announced an extension of its partnership with Google. As a Google […] The post Cloudbees Is A Launch Partner For Google Cloud Run As Product Goes Ga appeared first on DevOps.com . from DevOps.com https://ift.tt/2XuFTxc

Why Endpoint Protection Matters More than Ever in CI/CD Environments

CI/CD environments depend on far more than repositories and deployment infrastructure. Developer endpoints hold sensitive data: cloud credentials, SSH keys, deployment permissions, direct access to internal systems. Endpoint security and control are part of daily operational risk management. Engineering teams are shifting more and more toward distributed workflows, so discussions around CI/CD security include the security posture of the devices connected to the pipeline. Many organizations already focus their CI/CD security efforts on secrets management , dependency scanning and supply chain controls. However, advanced endpoint security solutions are also relevant in cloud-native development environments, where local devices maintain direct access to production workflows. Endpoint Compromise Can Bypass Mature CI/CD Controls CI/CD security discussions mostly focus on repositories, containers, infrastructure, and deployment automation. Developer endpoints are often overlooked as a par...