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

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

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.