Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/jira/src/version2/models/bulkProjectPermissionGrants.ts>BulkProjectPermissionGrants

A JavaScript/TypeScript wrapper for the JIRA Cloud, Service Desk and Agile REST API
Latest
interface BulkProjectPermissionGrants
import { type BulkProjectPermissionGrants } from "https://deno.land/x/jira@v3.0.2/src/version2/models/bulkProjectPermissionGrants.ts";

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

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.