ProjectsPermissionScheme
Returns the permission scheme currently assigned to each project.
Columns
| Name | Type | References | SupportedOperators | Platform | Description |
| ProjectId | Integer | = | The unique numeric identifier of the project to which the permission scheme is assigned. Used to associate permissions with a specific Jira project. | ||
| ProjectKey | String | = | The project key is a short, unique identifier (such as 'PROJ') used to reference the project in URLs and issue keys. | ||
| Id | String | The unique ID of the permission scheme that defines what users can see and do within the associated project. | |||
| Name | String | The display name of the permission scheme. This name is shown in the Jira UI and helps users and admins recognize the scheme. | |||
| Description | String | A brief explanation of the permission scheme's purpose or its specific configuration. This helps admins differentiate between similar schemes. |