AssignPermissionScheme
Assigns a specified permission scheme to a Jira project, replacing any existing permissions configuration.
Input
| Name | Type | Required | Description |
| ProjectId | Int64 | False | The numeric ID of the project to assign the permission scheme to. Required if ProjectKey is not provided. |
| ProjectKey | String | False | The unique key of the project to assign the permission scheme to. Required if ProjectId is not provided. |
| Id | String | True | The ID of the permission scheme that should be assigned to the project. |
Result Set Columns
| Name | Type | Description |
| Success | String | Indicates whether the permission scheme was successfully assigned to the project. |