Skip to main content

조직에서 프로젝트를 사용하지 않도록 설정

Organization owners can turn off organization-wide projects, organization-wide classic projects, and repository-level classic projects in an organization.

After you disable organization-wide projects, it won’t be possible to create new projects at the organization level, and any existing organization-level projects will become inaccessible at their previous URLs. These settings apply to projects and classic projects. Classic projects in repositories in the organization are not affected.

After you disable repository-level classic projects in an organization, it won't be possible to create new classic projects in any repositories in the organization, and any existing classic projects in repositories in the organization will become inaccessible at their previous URLs. Classic projects at the organization level are not affected.

When classic projects are disabled, you will no longer see project board information in timelines or audit logs.

Disabling projects and classic projects in your organization

  1. In the upper-right corner of GitHub.com, select your profile photo, then click Your organizations.

    Screenshot of the dropdown menu under @octocat's profile picture. "Your organizations" is outlined in dark orange.

  2. Next to the organization, click Settings.

  3. In the "Code planning, and automation" section of the sidebar, click Projects.

  4. Decide whether to disable projects and classic projects in your organization. Then, under Projects:

    • To disable projects and classic projects, unselect Enable Projects for the organization.
    • To enable projects and classic projects in the organization, select Enable Projects for the organization.
  5. Click Save.

If you decide to re-enable projects and classic projects, any projects and classic projects that were previously added will be available.

Managing classic projects in your organization's repositories

You can control whether organization members can create classic projects in repositories in your organization. You can still disable classic projects in individual repositories. For more information, see "Disabling projects in a repository."

  1. In the upper-right corner of GitHub.com, select your profile photo, then click Your organizations.

    Screenshot of the dropdown menu under @octocat's profile picture. "Your organizations" is outlined in dark orange.

  2. Next to the organization, click Settings.

  3. In the "Code planning, and automation" section of the sidebar, click Projects.

  4. Decide whether to allow members to create classic projects in repositories in your organization. Then, under Projects (classic) only:

    • To enable project boards in repositories, select Allow members to enable Projects (classic) for all repositories.
    • To disable project boards in repositories, unselect Allow members to enable Projects (classic) for all repositories.
  5. Click Save.

Further reading