REST service for Repository Space Configuration and two bug fixes.

On  we released version 2.1 of Userscripts for Confluence!

This version provides a new REST service to configure access privileges for a repository space and two bug fixes.

This is the last release of the app that is not officially supporting Confluence Data Center.

New and Noteworthy

Announcement of Data Center Support

The app has been approved for Confluence Data Center. Therefore the next release, scheduled for the , will officially support Confluence Data Center. Since this implies license changes, this announcement should provide enough time for customers to plan their license upgrade accordingly.

Please check out Atlassian's FAQ on Data Center Pricing & Licensing and the documentation on About Data Center approved apps to learn more about the upgrade process, what options are available upon your next renewal, and to answer any other questions you have.

Repository Space Configuration

The new REST service Repository Space Configuration allows to configure the access privileges of a new repository space for userscripts.

After running this service, the access privileges will be as follows:

Screenshot of configured group access privileges.
Screenshot of configured group access privileges.

Any individual access privileges will be removed.

In case you do not use the userscripts-administrators group, only the confluence-administrators will have access to this space.

List of Changes

Key Summary T P Status Resolution Description
USR4C-15 REST Service for Repository Privileges New Feature Major Done Fixed

Provide a REST service to configure an existing space with default privileges for confluence-administrators and userscripts-administrators.

This makes it easier to create repository spaces in automated environments.

USR4C-17 Encode Warn Message (Activation Record Macro) Bug Major Done Fixed

When rendering a warning for the Activation Record Macro the parameters from the macro are rendered unencoded in the warning message for the user.

In environments where users with write access to a page are not trusted this may be a security issue since page authors may render HTML via the parameters namespace and name.

USR4C-16 Clarify Description of Userscripts Resource Bug Minor (migrated) Done Fixed

The description of the REST service is unclear (seems to be a copy-paste issue).