I'm doing a deployment to my JIRA via the REST API endpoints. I am able to start the deployment operation and upload my snapshot to the corresponding deployment operation with ID. I am getting an odd error for a large JIRA project (5000+ Issues) where the operation fails with the message of: Error while checking project <a href="(project link)" target="_blank">(Project Name)</a>.
I looked at the logs and I'm seeing an Warn: [c.a.jira.permissions.DefaultPermissionSchemeManager] No permission scheme is associated with project (Project name)
If I'm doing a restore with a snapshot does a permission scheme need to be pre-existing or is there another error going on here? Any advise would be appreciated.