Optionalparameters: { issueId?: string; issueKey?: string; projectId?: string; projectKey?: string }
OptionalissueId?: stringId of the issue to scope returned permissions for.
OptionalissueKey?: stringKey of the issue to scope returned permissions for.
OptionalprojectId?: stringId of project to scope returned permissions for.
OptionalprojectKey?: stringKey of project to scope returned permissions for.
Optionaloptions: RequestOptions
Returns all permissions in the system and whether the currently logged in user has them. You can optionally provide a specific context to get permissions for (projectKey OR projectId OR issueKey OR issueId)