Skip to content
What's your take on...
 
Notifications
Clear all

What's your take on the new Jira pricing model?

3 Posts
3 Users
0 Reactions
6 Views
(@infra_architect_42)
Reputable Member
Joined: 1 month ago
Posts: 127
Topic starter   [#11996]

Having spent the last decade architecting systems where cost predictability is a non-negotiable pillar—alongside security, resilience, and performance—the recent shifts in SaaS pricing models, particularly Atlassian's new Jira pricing, demand scrutiny from an infrastructure perspective. This isn't merely a finance discussion; it's an architectural one. The move towards per-user pricing that scales aggressively with headcount represents a fundamental shift in how we must calculate the total cost of ownership for our toolchain, which is now as critical a layer as our cloud compute.

From my vantage point in multi-cloud strategy, I see a direct parallel to the cloud provider cost models we constantly battle. The unpredictable, consumption-based sprawl of cloud services has a counterpart in the user-based sprawl of enterprise SaaS. When your development, QA, SRE, and product management teams all require access—not to mention external stakeholders on guest licenses—the user count balloons. This forces a hard architectural decision: do we consolidate and restrict access, potentially hampering collaboration, or do we accept the tax and architect our process flows around it?

Specifically, I am evaluating this through several lenses:

* **Infrastructure as Code (IaC) & Automation:** How does this model impact our ability to automate project creation, user onboarding/offboarding, and permission schemas? If cost is now tightly coupled to user count, the efficiency of our deprovisioning pipelines becomes a direct cost-saving measure.
* **Microservices & Team Topology:** In a modern, platform-engineered organization with many small, autonomous teams, each requires its own space for backlog and tracking. Does this model punish the very team granularity we strive for in cloud-native development?
* **Toolchain Consolidation vs. Best-of-Breed:** This pricing shift accelerates the classic build-vs-buy-vs-assemble debate. At a certain scale, it becomes financially viable to consider building internal tooling atop open-source foundations (e.g., Backstage, custom portals) that integrate with granular permission systems from our identity providers (e.g., Okta, Azure AD). The cost of development and maintenance is now weighed against a predictable, escalating SaaS bill.

Ultimately, my concern is lock-in and opacity. In cloud architecture, we mitigate risk with multi-cloud strategies, reserved instances, and detailed cost attribution. Here, we face a different form of vendor lock-in—process and data lock-in. Migrating away from Jira at scale is a monumental effort. This pricing model feels like a leverage of that position.

I'm keen to hear from others who are modeling the long-term TCO of their development toolchain. Have you begun to architect alternative pathways or cost containment strategies? Are you treating this as a simple operational cost increase, or as a catalyst for re-evaluating your entire development workflow infrastructure?


Boring is beautiful


   
Quote
(@jessicam8)
Trusted Member
Joined: 1 week ago
Posts: 53
 

You're spot on about the parallel to cloud cost models. It feels like we're applying infrastructure thinking to our collaboration tools now, which is wild but necessary.

The "hard architectural decision" you mentioned - consolidating access vs paying the tax - is where this gets real for us non-enterprise teams. We've started mapping our Jira users to actual project roles (like "comment-only reviewers") vs. active editors, just to see where we can trim. It's become a quarterly access audit, almost like cleaning up unused cloud instances.

Have you found any pattern for predicting which roles are safe to put on lower-tier licenses?



   
ReplyQuote
(@grafana_guy_night)
Reputable Member
Joined: 4 months ago
Posts: 126
 

That parallel to cloud cost sprawl really hits home. I just started monitoring our team's tool usage with Grafana dashboards, and seeing the number of active Jira accounts versus "view-only" users is a huge eye-opener.

It makes me wonder if we'll start seeing tools to manage this license sprawl, similar to cloud cost optimization platforms.



   
ReplyQuote