- [new feature] New experimental REST API
- Change space key - API to change the space key to a new one - please read the documentation before use
- Change space key - API to change the space key to a new one - please read the documentation before use
This release makes changes to some REST APIs. If you are using the API listed below, please read documentation for more information.
- rest/extender/1.0/user/getUsers - return only user name
- rest/extender/1.0/user/getUsers?showBasicDetails=true - return user name, key, email and full name
- rest/extender/1.0/user/getUsers?showExtendedDetails=true - return user name, key, email, full name and full details like organization etc.
- rest/extender/1.0/group/getUsers/GROUP_NAME - return only user name
- rest/extender/1.0/group/getUsers/GROUP_NAME?showBasicDetails=true - return user name, key, email and full name
- rest/extender/1.0/group/getUsers/GROUP_NAME?showExtendedDetails=true - return user name, key, email, full name and full details like organization etc.
In a situation where a user is removed from an external directory, his permissions on spaces remain as "Unknown User (USER NAME)", the following APIs have been changed to handle such cases correctly:
New REST APIs - Space Categories
Added pagination for "Get all groups" and "Get group users" REST API
Added hasAccessToUseConfluence field to "Get all users" and "Get user details" REST API
REST API Tokens - You can use the API token instead of the password to authenticate the script or other process in the Confluence application
REST API - Add user:
Other:
Added parameter 'spacesAsArray' in getAllSpacesWithPermissions REST Api
- added optional parameter showDetails
- performance improvements
- added new fields - last login, created and updated date
- Get spaces with anonymous permissions
- Get all actors with permissions for space
- Switch to a different user - this extension allows you to temporarily assume the identity of another user
- Get space users with any permission
- Get all spaces and permissions for user
- Add space permissions for user
'REST API Extender for Confluence' is now 'Extender for Confluence' and has one version for Confluence 6 and 7
- Better administration menu appearance
- Check plugins updates when the Atlassian Marketplace connection is turned off
- Get all space permission types
- Get space groups with any permission
- Get all spaces and permissions for group
- Add space permissions for group
New REST API:
New REST API:
New REST API: