6.13.x

6.13.0

The Inherit Restrictions for Pages Built-In Script Was Converted to an Event Listener

Since the Inherit Restrictions for Pages built-in script performed its duties when a new page was created, it operates like an event listener. Therefore, we removed the existing built-in script and transformed it into a canned ScriptRunner listener, which is the first of its kind.

If you are using the current script and benefiting from its functionality, then no further steps are required from you. Upon upgrade, a listener bearing the same parameters as your saved configuration is automatically created for you, and it is visible on ScriptRunner’s Event Listeners page.

See documentation for the new event listener here.

The Bulk Delete Comments and Bulk Delete Attachments Built-In Scripts Now Operate On Descendants

When selecting a page using the page picker field, the scripts now delete comments from both the selected page(s) and their descendants. In the UI, children checkboxes are now disabled when the parent page is selected.

This is both less surprising and more consistent with how the page picker field shows up in our other built-in scripts.

Bug Fixes

  • SRPLAT-1345 - Audit logging was added for Settings changes.

  • SRCONF-1481 - The Add/Remove Restrictions to Parent & Child Pages built-in script does not operate on subpages of selected page trees.

  • SRCONF-1413 - The Old Content Notifier job threw an exception when ran manually.

  • SRCONF-1241 - The Space Statistics built-in script added the total attachment size incorrectly.

  • SRCONF-1147 - The Bulk Delete Attachments built-in script does not operate on subpages of selected page trees.

  • SRCONF-1146 - The Bulk Delete Comments built-in script does not operate on subpages of selected page trees.

On this page