組織内にパブリックプロジェクトを作成するCreate a public project in your organization
Azure DevOps Services-パブリックプロジェクトAzure DevOps Services - Public Projects
組織にパブリックプロジェクトを作成または追加する方法について説明します。Learn how to create or add a public project to your organization. パブリックプロジェクトは、組織に追加する他のプロジェクトに似ています。A public project is similar to any other project that you add to your organization. すべてのプロジェクトは、ソースコードのリポジトリを提供します。また、グループを作成し、進行状況を追跡し、ソフトウェアソリューションを構築するときに共同作業を行うことができます。Every project provides a repository for source code and a place for a group of people to plan, track progress, and collaborate on building software solutions.
パブリックプロジェクトを使用すると、プロジェクトのメンバー以外のメンバーや、読み取り専用でサインインしていないユーザーが、プロジェクトの成果物とサービスに限定してアクセスできます。A public project allows non-members of a project and users who aren't signed in read-only, limited access to the project's artifacts and services. 詳細については、「 パブリックプロジェクトの既定のロール & アクセス」を参照してください。For details, see Default roles & access for public projects.
パブリックプロジェクトを既存の組織に追加したり、組織を作成して、その時点でパブリックプロジェクトを作成したりすることができます。You can add a public project to your existing organization, or create an organization and create a public project at that time. 既存のプライベートプロジェクトをパブリックにする場合は、 プロジェクトの表示設定を変更できます。If you want to make an existing private project public, you can change the project's visibility.
前提条件Prerequisites
- Azure DevOps で組織を作成しておく必要があります。You must have an organization created in Azure DevOps. お持ちでない場合は、 今すぐ作成してください。If you don't have one, do that now.
- 組織の所有者は、プロジェクトを作成できます。As an organization Owner, you can create projects. 所有者でない場合は、 プロジェクトコレクション管理者グループのメンバー であるか、または [新しいプロジェクトの作成 ] アクセス許可 が [ 許可] に設定されている必要があります。If you're not the owner, then you must be a member of the Project Collection Administrators Group or have your Create new projects permission set to Allow.
組織のプロジェクトへの匿名アクセスを有効にするEnable anonymous access to projects for your organization
パブリックプロジェクトを作成するには、事前に組織の匿名アクセスを有効にする必要があります。Before you can create a public project, you must enable anonymous access for your organization.
Web ブラウザーで、Azure DevOps にサインインします。From your web browser, sign in to Azure DevOps. パブリックプロジェクトを作成するには、サインインする必要があります。You must be signed in to create a public project.
[
Azure DevOps ] を選択して プロジェクト を開きます。 次に、[ 管理者の設定] を選択します。Then, choose Admin settings.
[ポリシー ] ページを選択し、[プロジェクトへの匿名アクセス] で [オン]を選択し ます。Choose the Policy page, and select On for Anonymous access to projects.
組織にパブリックプロジェクトを追加するAdd a public project to your organization
[
Azure DevOps ] を選択して プロジェクト を開きます。
[ プロジェクトの作成] を選択します。Choose Create Project.
プロジェクトの名前を入力し、[ パブリック] を選択します。Provide a name for your project and choose Public. 既定値をそのまま使用するか、作業項目トラッキングの最初のソース管理の種類とプロセスを選択します。Keep the defaults, or select the initial source control type and process for work item tracking.
正常に完了すると、[ようこそ] ページが表示されます。Upon successful completion, the welcome page displays.
作業を開始するには、次のいずれかのタスクを選択します。Select one of the following tasks to get started:
- 他のユーザーのプロジェクトへの追加を開始するように 招待 します。Invite to begin adding others to your project. これが初めてのプロジェクトの場合は、最初 にユーザーを組織に追加する必要があります。If this is your first project, then you must first add users to your organization.
- 作業項目の追加を開始する ボード。Boards to begin adding work items.
- リポジトリを複製またはインポートできる [ repos>ファイル]ページを開き ます。または、プロジェクトの概要ページの README ファイルを初期化します。Repos to open Repos>Files page where you can clone or import a repository, or initialize a README file for your project summary page.
- パイプラインの定義を開始する パイプライン。Pipelines to start defining a pipeline.
- テスト計画とテストスイートの定義を開始するための Test Plans 。Test Plans to start defining test plans and test suites.
- サービスを管理して 、1つまたは複数のサービスの表示を無効にします。Manage your services to disable the visibility of one or more services.
プロジェクトの管理を開始するには、「 管理者として作業を開始する」を参照してください。To get started managing your project, see Get started as an administrator.
パブリックプロジェクトの URL を共有するShare the URL of your public project
作成されると、 匿名ユーザー または パブリックユーザー はパブリックプロジェクトの内容を表示できます。Once created, an anonymous user or public user can view the contents of your public project.
インスタントアクセスを提供するには、読み取り専用アクセスを提供するパブリックプロジェクトの URL を共有します。To provide instant access, share the URL of your public project, which provides read-only access. たとえば、[複製] の下に表示される URL の次の部分を コンピューターに 共有できます。For example, you can share the following portion of the URL shown under Clone to your computer.
https://dev.azure.com/OrganizationName/ProjectName/