PermissionGrants
Displays all permission grants defined in permission schemes, including scope and associated roles or groups.
Columns
| Name | Type | References | SupportedOperators | Platform | Description |
| PermissionSchemeId [KEY] | String | = | The unique identifier of the permission scheme that contains the granted permission. | ||
| Id [KEY] | String | = | The unique identifier for the specific permission grant entry. | ||
| Permission | String | The specific Jira permission that is being granted, such as 'Browse Projects' or 'Edit Issues'. | |||
| HolderParameter | String | A value that identifies the permission holder. This can be a group name, project role, or user identifier, depending on the holder type. | |||
| HolderType | String | The category of entity receiving the permission. This could be a user, group, project role, or other valid Jira permission holder. | |||
| HolderValue | String | The identifier used by Jira to apply the permission to the selected holder type, for example a group name or project role ID. |