Recent Release Notes

Check out release notes for the current year here. For other release notes, visit Older Release Notes.

26 February 2026

Advanced notice for platform change

ScriptRunner for Confluence Cloud is migrating to Forge for our app platform! The upcoming changes are minimal to you and do not require a migration on your end, and all of your data will remain unaffected and accessible. A few updates are coming, including:

  • Navigation to open ScriptRunner for Confluence Cloud
  • Navigation to features within ScriptRunner for Confluence Cloud
  • The order of features within ScriptRunner for Confluence Cloud

We will update this page with more information closer to when the changes will go live. In the meantime, you might take note of your current bookmarks to ScriptRunner because they will need to be updated once the change is live. rocket 

Example Scripts HAPI update

The following Example Scripts have been updated to include HAPI: 

  • Find and replace text across space

Minor updates

  • We made minor UI refinements to improve visual consistency and clarity. These updates do not affect functionality or navigation.
  • Minor bugs were fixed.

12 February 2026

New HAPI method

You can now get all pages in a space, set the body format of each page, and fetch the body of each page using one HAPI script. Check out Get all pages and their body format in a space for more information!

Bugs fixed

5 February 2026

Script Manager is now available! 

Script Manager allows you to manage saved .groovy scripts and folders directly from the ScriptRunner front-end. It enables you to create, edit, save, delete, and rename scripts and folders within your instance without relying on FTP services or server administrators. Check it out now! rocket 

23 January 2026

Bugs fixed

Minor bug fixes in Script Jobs and Built-In Scripts were fixed. 

9 January 2026

User interface improvements

We made minor UI refinements to improve visual consistency and clarity. These updates do not affect functionality or navigation.

18 December 2025

New HAPI methods

Fetching blueprint templates is also available as an Example Script

5 December 2025

Bugs fixed

  • A deprecated endpoint was causing errors when migrating macros from Data Center to Cloud. This issue has been resolved. 
  • A bug that affected the Workflow page was fixed.

3 December 2025

New HAPI method rocket

A new HAPI method is now available! You can now set the body format when getting a page.

20 November 2025

Bugs fixed

A bug that affected scripting relative URL requests with basicAuth was fixed.

17 November 2025

New HAPI methods are live! rocket

There are new HAPI methods available! You can now update the name and the status of a space.

7 November 2025

Bugs fixed

A bug that affected page counts on the Bulk Add or Remove Labels on One or More Pages built-in script was fixed.

24 October 2025

Bugs fixed

  • A bug that affected the Copy Space built-in space was fixed.
  • A bug that affected the Script Fragment space picker was fixed. Now, it will only show active spaces.

16 October 2025

Example Scripts HAPI update

The following Example Scripts have been updated to include HAPI: 

  • Add comment on a page
  • Add label to outdated pages job
  • Perform a CQL search in ScriptRunner for Confluence Cloud

9 October 2025

Bugs fixed

A bug that affected HAPI autocomplete was fixed.

3 October 2025

New ScriptRunner Home and Quick Scripting pages

We have introduced two new pages in the ScriptRunner for Confluence Cloud app! These updates make ScriptRunner easier to use and navigate. Meet the ScriptRunner Home and reimagined Quick Scripting pages!

ScriptRunner Home provides a snapshot of your Confluence instance's capabilities, highlights current activity within your instance, and directs you to help resources and Example Scripts. Check it out below! 

Formerly known as the homepage, the new Quick Scripting page can be used to search and discover ScriptRunner functionality, including scripts and macros. Check it out below! 

1 October 2025

New HAPI methods are live! rocket 

There are new HAPI methods available: 

  • Pages: You can now move a page to a different space. 
  • Page Components: You can now add a footer comment to a page.
  • Spaces: You can delete all pages with a certain status from a space.

HAPI documentation update

As our HAPI methods list grows, we've improved the documentation organization to get you the information you need faster. You can now find HAPI methods in four sections: 

  • Search for Pages: Find everything you need to search your instance for pages. 
  • Work with Labels: Find what you need to work with HAPI methods for labels.
  • Work with Pages: Find what you need to create, delete, move, and update pages using HAPI. 
  • Work with Spaces: Find what you need to create, delete, get space information (including permissions), and search for spaces.

26 September 2025

Example Scripts HAPI update

The following Example Scripts have been updated to include HAPI: 

  • Delete space

19 September 2025

New HAPI methods are live! rocket 

There are new HAPI methods available: 

  • Pages: You can now get all attachments of a page and and search for pages using titles and CQL! 
  • Spaces: You can now delete a space, get all pages in a space, and get space permissions! 

13 September 2025

Bugs fixed

A bug affecting built-in scripts that returned archived pages was fixed.

15 August 2025

Example Scripts HAPI update

The following Example Scripts have been updated to include HAPI: 

  • Create space
  • Get all spaces
  • Create page in space

Bugs fixed

A bug affecting custom macros that returned an error for specific parameters (like a string parameter, for example) was fixed.

Documentation updates

  • The Feature Parity page has been updated with information about Custom REST Endpoints.
  • The new Rewrite Scripts for Cloud Guide is there to help you rewrite ScriptRunner for Confluence scripts for your migration from Data Center to Cloud! 

1 August 2025

HAPI is live! rocket 

Our major scripting innovation is now available to use in ScriptRunner for Confluence Cloud. HAPI is an API optimized for Confluence automations and integrated within the code editor. HAPI is not a new programming language. It's essentially plain Groovy, but it gives you a simpler alternative to Confluence's regular API. You can even mix and match HAPI calls with the Confluence API.

HAPI enables you to create automations and customizations faster than ever. We've simplified the following component APIs with HAPI: 

  • Pages: Using HAPI, you can now create new pages, delete pages, get, and update pages by their IDs using simple lines of code. 
  • Labels: HAPI makes it easier for you to add and find labels! 
  • Spaces: We've made it easy for you to create a new space, retrieve spaces, and search for spaces with CQL!

Take a look at our HAPI documentation and the HAPI Javadocs to learn more. 

Autocompletions

3When using HAPI in the code editor you'll notice helpful completions with available methods within the context of your operation. If you need to display completions after they have disappeared, press the keyboard shortcut Control + Space.

Keep an eye on these release notes and the HAPI Changelog for updates.

Documentation updates

  • The Feature Parity page has been updated with information about Custom REST Endpoints.

July 2025

We are changing how we create release notes! We will communicate more changes with you, including small updates and bug fixes. Have feedback for us? Raise a support ticket here

Bug fixes

  • We fixed an issue in the Custom Macro that caused non-ASCII characters (such as ç, ã, etc.) to be rendered incorrectly. Previously, text containing these characters was displayed as question marks. With this fix, the macro now accurately displays non-ASCII text as intended.

Documentation updates

May 2025

New script fragment type

There is a new type of script fragment called General Page fragment to help you customize your Confluence instance. You can use this fragment type to open a web page in your Confluence instance, which will look like this: 

Check out the documentation here.

Feature parity documentation update

The Feature Parity documentation page has been updated with Cloud parity information for built-in scripts and macros.

March 2025

Adaptavist bridge for Fragments

The new Adaptavist bridge is a Javascript library that allows your Script Fragments to get Confluence information. The Adaptavist bridge also allows the script to use Confluence REST APIs. Check out the documentation here.


On this page