Hi
When I try to add a new project, I cannot add the project ...
Hi Emre and welcome to the community!
We've had a bug these days where users with access to only one workspace were not able to create a project. I see in our system that you have access to only one workspace, so I believe you were affected by this bug:
Our development team fixed this in production a few hours ago, can you please try now and see if the issue is resolved for you?
Apologies for the inconvenience caused by this.
A workaround in this case would be to create a project via API with a command like the following:
curl -i -X POST -H "Content-Type: application/json" --user username:password https://api.bitbucket.org/2.0/workspaces/{workspaceid}/projects -d '{"name": "test Project", "key": "test", "description": "test description", "is_private": true}'
Documentation for this endpoint:
Please feel free to let me know if project creation is working for you now or if you're still experiencing any issues.
Kind regards,
Theodora
Hi Theodora Boudale
Thanks for your help. Problem Solved
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.