Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/jira/src/version3/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/version3/models/bulkProjectPermissionGrants.ts";

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

Properties

permission: string

A project permission,

issues: number[]

IDs of the issues the user has the permission for.

projects: number[]

IDs of the projects the user has the permission for.