Atlassian · Schema

SpacePermission

This object represents a permission for given space. Permissions consist of at least one operation object with an accompanying subjects object. The following combinations of `operation` and `targetType` values are valid for the `operation` object: - 'create': 'page', 'blogpost', 'comment', 'attachment' - 'read': 'space' - 'delete': 'page', 'blogpost', 'comment', 'attachment' - 'export': 'space' - 'administer': 'space'

CodeCollaborationPlatformProductivitySoftware Development

Properties

Name Type Description
id integer
subjects object The users and/or groups that the permission applies to.
anonymousAccess boolean Grant anonymous users permission to use the operation.
unlicensedAccess boolean Grants access to unlicensed users from JIRA Service Desk when used with the 'read space' operation.
View JSON Schema on GitHub