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

    Interface BulkProjectPermissionGrants

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

    interface BulkProjectPermissionGrants {
        issues: number[];
        permission: string;
        projects: number[];
    }
    Index

    Properties

    issues: number[]

    IDs of the issues the user has the permission for.

    permission: string

    A project permission,

    projects: number[]

    IDs of the projects the user has the permission for.