Skip to main content

Creating a project (classic)

Classic projects can be used to create customized workflows to suit your needs, like tracking and prioritizing specific feature work, comprehensive roadmaps, or even release checklists.

Notes:

  • Projects, the all-new projects experience, is now available. For more information about Projects, see "About Projects."
  • You can only create a new classic project board for an organization, repository, or user that already has at least one classic project board. If you're unable to create a classic project board, create a project instead.

You can use a classic project template to create a classic project with automation already configured. For more information, see "About projects (classic)."

You can link up to twenty-five repositories to your organization or user-owned classic project. Linking repositories makes it easier to add issues and pull requests from those repositories to your classic project using Add cards or from the issue or pull requests sidebar. For more information, see "Linking a repository to a project (classic)."

Once you've created your classic project, you can add issues, pull requests, and notes to it. For more information, see "Adding issues and pull requests to a project (classic)" and "Adding notes to a project (classic)."

You can also configure workflow automations to keep your classic project in sync with the status of issues and pull requests. For more information, see "About automation for projects (classic)."

You can use GitHub's API to import a project board. For more information, see "Mutations."

Creating a user-owned classic project

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

  1. On the top of your profile page, in the main navigation, click Projects.

    Screenshot showing profile tabs. The 'Projects' tab is highlighted with an orange outline.

  2. Click Projects (classic)

  3. Click New Project.

  4. Type a name and description for your project board.

  5. Optionally, to add a template to your project board, use the Template: drop-down menu and click a template.

  6. Under "Visibility", choose to make your project board public or private. For more information, see "Changing project (classic) visibility."

  7. Optionally, under Linked repositories, search for a repository you'd like to link to your project board.

  8. Click Create project.

  9. On your new project board, to add your first column, Add a column.

  10. Under "Column name", type the name of the column you want to create.

  11. Optionally, under "Automation", select an automation preset using the drop-down menu.

  12. Select the workflow automations you want to configure for the column.

  13. Click Create column.

  14. Add columns to best suit your workflow.

Tip: To edit or remove a column from your project board, in the upper-right corner of the column, click .

Creating an organization-wide classic project

Note: Organization owners can control the ability of organization members to create public projects and classic projects, or change the visibility of existing projects and classic projects to public. For more information, see "Allowing project visibility changes in your organization."

  1. In the upper-right corner of GitHub Enterprise Server, 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. Click the name of your organization.

  3. Under your organization name, click Projects.

    Screenshot of the horizontal navigation bar for an organization. A tab, labeled with a table icon and "Projects," is outlined in dark orange.

  4. Click Projects (classic)

  5. Click New Project.

  6. Type a name and description for your project board.

  7. Optionally, to add a template to your project board, use the Template: drop-down menu and click a template.

  8. Under "Visibility", choose to make your project board public or private. For more information, see "Changing project (classic) visibility."

  9. Optionally, under Linked repositories, search for a repository you'd like to link to your project board.

  10. Click Create project.

  11. On your new project board, to add your first column, Add a column.

  12. Under "Column name", type the name of the column you want to create.

  13. Optionally, under "Automation", select an automation preset using the drop-down menu.

  14. Select the workflow automations you want to configure for the column.

  15. Click Create column.

  16. Add columns to best suit your workflow.

Tip: To edit or remove a column from your project board, in the upper-right corner of the column, click .

Creating a repository classic project

  1. On your GitHub Enterprise Server instance, navigate to the main page of the repository.
  2. Under your repository name, click Projects.
  3. Click Projects (classic)
  4. Click New Project.
  5. Type a name and description for your project board.
  6. Optionally, to add a template to your project board, use the Template: drop-down menu and click a template.
  7. Click Create project.
  8. On your new project board, to add your first column, Add a column.
  9. Under "Column name", type the name of the column you want to create.
  10. Optionally, under "Automation", select an automation preset using the drop-down menu.
  11. Select the workflow automations you want to configure for the column.
  12. Click Create column.
  13. Add columns to best suit your workflow.

Tip: To edit or remove a column from your project board, in the upper-right corner of the column, click .

Further reading