Developer Portal for YouTrack and Hub Help

Permission

Represents a permission in YouTrack.

Attributes

This table describes attributes of the Permission entity.

  • To receive an attribute in the response from the server, specify it explicitly in the fields request parameter.

  • To update an attribute, provide it in the body of a POST request.

Field

Type

Description

id

String

The ID of the permission. Read-only.

name

String

The name of the permission. Read-only.

description

String

The description of the permission. Read-only.

permissionEntityType

String

The type of the entity this permission applies to. Read-only.

operation

String

The operation name associated with the permission. Read-only.

impliedPermissions

Array of Permissions

The list of permissions implied by this permission. Read-only.

dependentPermissions

Array of Permissions

The list of permissions that depend on this permission. Read-only.

scope

PermissionScope

The scope of the permission. Possible values: Global, Organization, Project. Read-only.

24 March 2026