Atlassian Makes Its Largest Acquisition Ever with Developer Productivity Platform DX

Atlassian Makes Its Largest Acquisition Ever with Developer Productivity Platform DX
source: gettyimages
September 18, 2025

Productivity software giant Atlassian has announced its most significant acquisition to date, aiming to enhance its suite of tools with a cutting-edge developer productivity insight platform. The company is set to acquire DX for $1 billion in cash and restricted stock, expanding its capabilities to analyze and boost engineering team performance.

What Is DX?

Founded five years ago by Abi Noda and Greyson Junggren, DX serves as a platform for analyzing developer productivity. Enterprises utilize DX to identify obstacles that hinder their engineering teams' efficiency, providing insights that help optimize workflows. Noda initially launched DX to address a gap he saw while working at GitHub—existing metrics didn't provide a complete picture of developer challenges, and he wanted to create a tool that offered transparency without making developers feel surveilled.

> "The assumptions we had about what we needed to help ship products faster were quite different than what the teams and developers were saying was getting in their way," Noda explained in 2022.

Rapid Growth and Customer Base

Since its public debut in 2022, DX has experienced rapid growth, tripling its customer base each year. Today, the company counts over 350 enterprise clients, including giants like ADP, Adyen, and GitHub. Despite its expanding footprint, DX has raised less than $5 million in venture funding, highlighting its organic growth and market resonance.

Why Atlassian Is Acquiring DX

Atlassian CEO and co-founder Mike Cannon-Brookes shared that after a three-year effort to develop an in-house solution, the company recognized the value of acquiring an existing platform like DX. Notably, 90% of DX’s clients already used Atlassian’s project management and collaboration tools, making the integration seamless.

> "DX has done an amazing job understanding the qualitative and quantitative aspects of developer productivity and turning that into actionable insights," Cannon-Brookes said.

He emphasized that the current era, marked by the rise of AI and increased budgets for developer tools, makes this acquisition timely. Companies are eager to measure and optimize the use of their development resources, which DX excels at providing.

Cultural Synergy and Strategic Fit

Cannon-Brookes also highlighted the cultural alignment between the two firms. He expressed admiration for Utah-based entrepreneurs, noting DX’s Salt Lake City roots, and appreciated their shared approach to scaling sustainably without excessive outside funding.

Noda expressed confidence that DX and Atlassian are stronger together, citing the complementary nature of their tools and data platforms. He envisions creating an integrated "flywheel"—a comprehensive system where data from DX informs improvements in Atlassian’s tools, helping customers identify and address bottlenecks efficiently.

> "We are able to provide customers with a full flywheel to understand and improve their development processes," Noda stated.

Looking Ahead

Post-acquisition, DX’s platform will be integrated into Atlassian’s broader suite of products, enhancing its ability to deliver end-to-end developer productivity solutions.

This marks Atlassian’s second major acquisition in September, following the purchase of AI-browser developer The Browser Company. The move underscores Atlassian’s commitment to expanding its capabilities through strategic acquisitions to serve the evolving needs of enterprise tech.

For more insights, Becca Szkutak reports on venture capital trends and startups for TechCrunch. Reach her at rebecca.szkutak@techcrunch.com.

Related links

By submitting, I confirm I have the right to share this link and I agree to link back to this article from the submitted page. Duplicate URLs are rejected. Up to 5 links per page.

GraphQL · 142 ms
query Q($id: Int!, $domain: Int!, $srcId: Int!, $hasSrc: Boolean!, $hasSelf: Boolean!) {
  self: qa_ai(where: {id: {_eq: $id}}, limit: 1) @include(if: $hasSelf) {
    id
    title
    text
    date
  }
  linksarticle: qa_ai(where: {domain: {_eq: $domain}, id: {_neq: $id}}, order_by: {id: desc}, limit: 8) {
    id
    title
  }
  linksbottom: qa_ai(where: {domain: {_neq: $domain}, id: {_lt: $id}}, order_by: {id: desc}, limit: 3) {
    id
    title
    domain
  }
  source: qa_ai(where: {id: {_eq: $srcId}}, limit: 1) @include(if: $hasSrc) {
    id
    title
  }
}
{
  "id": 6643937,
  "domain": 6,
  "srcId": 0,
  "hasSrc": false,
  "hasSelf": true
}