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

x/jira/src/version2/parameters/getMyPermissions.ts>GetMyPermissions

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

Properties

optional
projectKey: string

The key of project. Ignored if projectId is provided.

optional
projectId: string

The ID of project.

optional
issueKey: string

The key of the issue. Ignored if issueId is provided.

optional
issueId: string

The ID of the issue.

optional
permissions: string

A list of permission keys. (Required) This parameter accepts a comma-separated list. To get the list of available permissions, use Get all permissions.

optional
projectUuid: string
optional
projectConfigurationUuid: string
optional
commentId: string

The ID of the comment.