MyPermissions

Columns

Name

Type

References

SupportedOperators

Platform

Description

Id [KEY]

Integer

Common

The Id of the permission.

Key [KEY]

String

Common

The key of the permission.

Name

String

Common

The name of the permission.

Type

String

Common

The type of the permission.

Description

String

Common

The description of the permission.

HavePermission

Boolean

Common

Boolean indicating if the permission is set or not.

DeprecatedKey

Boolean

Common

Boolean indicating if the permission is deprecated.

Permissions

String

=

Common

Permissions as comma seperated values.

Pseudo-Columns

Name

Type

Description

ProjectKey

String

The key of the project associated with the permission.

ProjectId

String

The Id of the project associated with the permission.

IssueKey

String

The key of the issue associated with the permission.

IssueId

String

The Id of the issue associated with the permission.

Last updated