Jira.js - Jira Cloud API library
    Preparing search index...

    Interface BulkPermissionGrants

    Details of global and project permissions granted to the user.

    interface BulkPermissionGrants {
        globalPermissions: string[];
        projectPermissions: Version3Models.BulkProjectPermissionGrants[];
    }
    Index

    Properties

    globalPermissions: string[]

    List of permissions granted to the user.

    List of project permissions and the projects and issues those permissions provide access to.