I'm having a problem similar to the one described in "Access denied : creating deployment project through Bamboo specs". Here's the link:
https://community.atlassian.com/t5/Bamboo-questions/Access-denied-creating-deployment-project-through-Bamboo-specs/qaq-p/784854
The solution described does not seem to work for me. I have tried deleting the deployment project, recreating it and configuring it's permissions as described, but the YAML specs in the Bitbucket repo, when scanned, continue to generate this error message:
The plan stored in repository 'Canary Deployment bamboo test' is not permitted to create new deployment projects
com.atlassian.bamboo.exception.UnauthorisedException: The plan stored in repository 'Canary Deployment bamboo test' is not permitted to create new deployment projects
And, on the Bamboo server side, I can see this error in the log:
2019-09-20 20:07:16,367 INFO [15-BAM::SpecsDetection:pool-22-thread-4] [RepositoryStoredSpecsServiceImpl] Bamboo YAML import failed
com.atlassian.bamboo.exception.UnauthorisedException: The plan stored in repository 'Canary Deployment bamboo test' is not permitted to create new deployment projects
I've verified that all the permissions are there. At least, all that I can find in the documentation. Any thoughts on what else I can try? Or if deployment plan YAML specs in a repo are supposed to be supported?
Thanks