Developer
Documentation
Resources
Get Support
Sign in
Developer
Get Support
Sign in
DOCUMENTATION
Cloud
Data Center
Resources
Sign in
Developer
Sign in
DOCUMENTATION
Cloud
Data Center
Resources
Sign in
Last updated Sep 30, 2025

Changelog

Starting from Jira 10.1, we've moved the communication about Jira Software Data Center and Jira Service Management Data Center development releases to the Jira development releases page. With this transition, we aim to provide you with a single source of information about improvements and changes to our products.

You can continue using the Atlassian Developer community for discussion and support. Subscribe to the category to stay tuned!

If you're a Jira Data Center app developer, use this page to track the availability of upcoming Jira Data Center releases.

30 September 2025

Added OpenSearch for Jira Data Center EAP02

As Jira instances grow in size and scale, the default search engine, Lucene, may be slower to index and return search results. To address this, Jira Data Center now offers an alternative search engine as an opt-in feature — OpenSearch

The second early access program (EAP) of OpenSearch for Jira gives you an opportunity to test apps' compatibility with OpenSearch. More about OpenSearch for Jira EAP02

More details

We've implemented the following changes in the EAP02:

24 September 2025

Announcement Jira Software and Jira Service Management 11.1 are now available

We’re happy to present the release of Jira Software and Jira Service Management 11.1. To find out more about breaking changes, new features, and introduced fixes, check out the Jira Software 11.1 release notes and Jira Service Management 11.1 release notes.

Download Jira Software 11.1 and Jira Service Management 11.1.

15 September 2025

Announcement Migration path from Trusted apps to OAuth 1

Trusted apps authentication has been removed. For details, see Removal of Trusted apps.

A supported migration path is available via OAuth 1 with impersonation.

More details

Details

Product Changes

  • Jira 11.0.1 (released) and Confluence 10.0.4 (scheduled for release) now automatically create a host consumer provider on the product side, enabling plugins to connect back to the same Data Center instance.

11 September 2025

Announcement Preparing for Jira Software 11.1 and Jira Service Management 11.1 EAP 02

We’re happy to present the second Early Access Program (EAP) build of Jira Software 11.1 and Jira Service Management 11.1. To find out what’s in scope of this EAP release, refer to Preparing for Jira 11.1.

You can download the current EAP from this page. If you’re using maven.atlassian.com, the version is 11.1.0-m0012.

This EAP release isn't for production or demonstration use.

4 September 2025

Announcement Preparing for Jira Software 11.1 and Jira Service Management 11.1 EAP 01

We’re happy to present the second Early Access Program (EAP) build of Jira Software 11.1 and Jira Service Management 11.1. To find out what’s in scope of this EAP release, refer to Preparing for Jira 11.1.

You can download the current EAP from this page. If you’re using maven.atlassian.com, the version is 11.1.0-m0011.

This EAP release isn't for production or demonstration use.

13 August 2025

Announcement Jira Software and Jira Service Management 11.0 are now available

We’re happy to present the release of Jira Software and Jira Service Management 10.6. To find out more about breaking changes, new features, and introduced fixes, check out the Jira Software 11.0 release notes and Jira Service Management 11.0 release notes.

Download Jira Software 11.0 and Jira Service Management 11.0.

31 July 2025

Announcement Preparing for Jira Software 11.0 and Jira Service Management 11.0 EAP 06

EAP 06 is the final EAP for Jira 11.

We’re happy to present the sixth and final Early Access Program (EAP) build of Jira Software 11.0 and Jira Service Management 11.0. To find out what’s in scope of this EAP release, refer to Preparing for Jira 11.0.

You can download the current EAP from this page. If you’re using maven.atlassian.com, the version is 11.0.0-m0015.

This EAP release isn't for production or demonstration use.

17 July 2025

Announcement Preparing for Jira Software 11.0 and Jira Service Management 11.0 EAP 05

We’re happy to present the fifth Early Access Program (EAP) build of Jira Software 11.0 and Jira Service Management 11.0. To find out what’s in scope of this EAP release, refer to Preparing for Jira 11.0.

You can download the current EAP from this page. If you’re using maven.atlassian.com, the version is 11.0.0-m0012.

This EAP release isn't for production or demonstration use.

8 July 2025

Added Improve page load by managing Web Resource Manager and Custom App Dependencies

We’re sharing a guide that explains how to improve page load by managing Web Resource Manager (WRM) and Custom App Dependencies.

In Jira, WRM is responsible for preparing JavaScript and CSS resources for specific pages to ensure apps function correctly. When creating an app, you define its dependencies in <web-resource> and specify the context where your app will run in Jira. Then, WRM generates batch.js and batch.css files by collating all required dependencies for apps running in that context.

Depending on the context registry and how dependencies are defined, these batch files can become very large, leading to slow page load performance. However, you can improve the page load by:

  • Code splitting

  • Deferring script loading

  • Compressing files

  • Further optimization for custom apps

24 June 2025

Announcement Preparing for Jira Software 11.0 and Jira Service Management 11.0 EAP 04

We’re happy to present the third Early Access Program (EAP) build of Jira Software 11.0 and Jira Service Management 11.0. To find out what’s in scope of this EAP release, refer to Preparing for Jira 11.0.

You can download the current EAP from this page. If you’re using maven.atlassian.com, the version is 11.0.0-m0011.

This EAP release isn't for production or demonstration use.

13 June 2025

Announcement Jira Software and Jira Service Management 10.7 are now available

We’re happy to present the release of Jira Software and Jira Service Management 10.7. To find out more about breaking changes, new features, and introduced fixes, check out the Jira Software 10.7 release notes and Jira Service Management 10.7 release notes.

Download Jira Software 10.7 and Jira Service Management 10.7.

4 June 2025

Added Guides to migrate from Lucene to Search API in Jira 11

We've published two new guides to help you move on from Lucene to Search API:

  • To provide you with more options for search tooling, we're introducing an abstraction layer to Jira's search functionality. By removing Lucene from Jira's public API and exposing search operations through this new API, Jira can now support multiple underlying search platforms, such as Lucene and OpenSearch. The Search API maintains a similar data structure and search operations as previously available in Jira, but with some key differences. Explore how to migrate from Lucene to Search API

  • Starting with Jira 11, you can no longer iterate through search results using the Lucene-specific org.apache.lucene.search.Collector. Instead, the Search API now provides several platform-agnostic alternatives: Search, Aggregation, and Search Stream. Explore our migration guide for Lucene collectors

30 May 2025

Announcement Preparing for Jira Software 11.0 and Jira Service Management 11.0 EAP 02

We’re happy to present the second Early Access Program (EAP) build of Jira Software 11.0 and Jira Service Management 11.0. To find out what’s in scope of this EAP release, refer to Preparing for Jira 11.0.

You can download the current EAP from this page. If you’re using maven.atlassian.com, the version is 11.0.0-m0002.

This EAP release isn't for production or demonstration use.

29 May 2025

Announcement Preparing for Jira Software 10.7 and Jira Service Management 10.7 EAP 02

We’re happy to present the second Early Access Program (EAP) build of Jira Software 10.7 and Jira Service Management 10.7. To find out what’s in scope of this EAP release, refer to Preparing for Jira 10.7.

You can download the current EAP from this page. If you’re using maven.atlassian.com, the version is 10.7.0-m0004.

This EAP release isn't for production or demonstration use.

22 May 2025

Announcement Preparing for Jira Software 10.7 and Jira Service Management 10.7 EAP 01

We’re happy to present the first Early Access Program (EAP) build of Jira Software 10.7 and Jira Service Management 10.7. To find out what’s in scope of this EAP release, refer to Preparing for Jira 10.7.

You can download the current EAP from this page. If you’re using maven.atlassian.com, the version is 10.7.0-m0002.

This EAP release isn't for production or demonstration use.

Rate this page: