Skip to main content

Esta versão do GitHub Enterprise foi descontinuada em 2022-10-12. Nenhum lançamento de patch será feito, mesmo para questões críticas de segurança. Para obter melhor desempenho, segurança aprimorada e novos recursos, atualize para a última versão do GitHub Enterprise. Para obter ajuda com a atualização, entre em contato com o suporte do GitHub Enterprise.

About project boards

Project boards on GitHub Enterprise Server help you organize and prioritize your work. You can create project boards for specific feature work, comprehensive roadmaps, or even release checklists. With project boards, you have the flexibility to create customized workflows that suit your needs.

Project boards are made up of issues, pull requests, and notes that are categorized as cards in columns of your choosing. You can drag and drop or use keyboard shortcuts to reorder cards within a column, move cards from column to column, and change the order of columns.

Project board cards contain relevant metadata for issues and pull requests, like labels, assignees, the status, and who opened it. É possível exibir e fazer pequenas edições em problemas e solicitações pull em seu project board clicando no título do problema ou da solicitação de pull.

You can create notes within columns to serve as task reminders, references to issues and pull requests from any repository on your GitHub Enterprise Server instance, or to add information related to the project board. You can create a reference card for another project board by adding a link to a note. If the note isn't sufficient for your needs, you can convert it to an issue. For more information on converting notes to issues, see "Adding notes to a project board."

Types of project boards:

  • User-owned project board can contain issues and pull requests from any personal repository.
  • Organization-wide project board can contain issues and pull requests from any repository that belongs to an organization. Você pode vincular até 25 repositórios a um project board de organização ou pertencente a usuário. A vinculação de repositórios facilita a adição de problemas e de solicitações de pull desses repositórios ao project board usando Adicionar cartões ou por meio da barra lateral de solicitações de pull ou problemas. For more information, see "Linking a repository to a project board."
  • Repository project board are scoped to issues and pull requests within a single repository. They can also include notes that reference issues and pull requests in other repositories.

Creating and viewing project boards

To create a project board for your organization, you must be an organization member. Organization owners and people with project board admin permissions can customize access to the project board.

If an organization-owned project board includes issues or pull requests from a repository that you don't have permission to view, the card will be redacted. For more information, see "Project board permissions for an organization."

The activity view shows the project board's recent history, such as cards someone created or moved between columns. To access the activity view, click Menu and scroll down.

To find specific cards on a project board or view a subset of the cards, you can filter project board cards. For more information, see "Filtering cards on a project board."

To simplify your workflow and keep completed tasks off your project board, you can archive cards. For more information, see "Archiving cards on a project board."

If you've completed all of your project board tasks or no longer need to use your project board, you can close the project board. For more information, see "Closing a project board."

You can also disable project boards in a repository or disable project boards in your organization, if you prefer to track your work in a different way.

Você pode usar a API de GitHub para importar um quadro de projetos. Para obter mais informações, confira "importProject".

Templates for project boards

You can use templates to quickly set up a new project board. When you use a template to create a project board, your new board will include columns as well as cards with tips for using project boards. You can also choose a template with automation already configured.

TemplateDescription
Basic kanbanTrack your tasks with To do, In progress, and Done columns
Automated kanbanCards automatically move between To do, In progress, and Done columns
Automated kanban with reviewCards automatically move between To do, In progress, and Done columns, with additional triggers for pull request review status
Bug triageTriage and prioritize bugs with To do, High priority, Low priority, and Closed columns

For more information on automation for project boards, see "About automation for project boards."

project board with basic kanban template

Further reading