interface GetMyPermissions {
    commentId?: string;
    issueId?: string;
    issueKey?: string;
    permissions?: string;
    projectConfigurationUuid?: string;
    projectId?: string;
    projectKey?: string;
    projectUuid?: string;
}

Properties

commentId?: string

The ID of the comment.

issueId?: string

The ID of the issue.

issueKey?: string

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

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.

projectConfigurationUuid?: string
projectId?: string

The ID of project.

projectKey?: string

The key of project. Ignored if projectId is provided.

projectUuid?: string