microsoft / azuredevopslabs

Learn how you can plan smartly, collaborate better, and ship faster with a set of modern development services with Azure DevOps.
https://www.azuredevopslabs.com
MIT License
826 stars 920 forks source link

Access to Organization to Create New Project #531

Closed alicloke closed 3 years ago

alicloke commented 3 years ago

I do not have access to create a new project in an Organization. How do I get an organization to give me this access?

I am trying to create a Parts Unlimited project.

sriramdasbalaji commented 3 years ago

Hi @alicloke,

You must be a member of the Project Collection Administrators group or have the Create new projects permission set to Allow to create a project. If you are not the owner of the organization, you need to ask your Organization owner to add you to the Project Collection Administrators group. https://docs.microsoft.com/en-us/azure/devops/organizations/projects/create-project?view=azure-devops&tabs=preview-page#prerequisites

Thanks