Skip to main content

此版本的 GitHub Enterprise 已停止服务 2022-10-12. 即使针对重大安全问题,也不会发布补丁。 为了获得更好的性能、更高的安全性和新功能,请升级到最新版本的 GitHub Enterprise。 如需升级帮助,请联系 GitHub Enterprise 支持

About project boards

Project boards on GitHub Enterprise Server help you organize and prioritize your work. You can create 项目版块 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.

项目版块 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.

项目版块 cards contain relevant metadata for issues and pull requests, like labels, assignees, the status, and who opened it. 通过单击问题或拉取请求的� �题,可以查看并轻量编辑 项目版块 中的问题和拉取请求。

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 项目版块. You can create a reference card for another 项目版块 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 项目版块 can contain issues and pull requests from any personal repository.
  • Organization-wide 项目版块 can contain issues and pull requests from any repository that belongs to an organization. 最多可以将 25 个存储库链接到� 的组织或用户拥有的项目版块。 链接存储库可以更轻松地将问题和拉取请求从这些存储库添� 到� 的 项目版块,方法是使用 “添� 卡”或从问题或拉取请求的侧边� �添� 。 For more information, see "Linking a repository to a project board."
  • Repository 项目版块 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 项目版块

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

If an organization-owned 项目版块 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 项目版块'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 项目版块 or view a subset of the cards, you can filter 项目版块 cards. For more information, see "Filtering cards on a project board."

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

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

You can also disable 项目版块 in a repository or disable 项目版块 in your organization, if you prefer to track your work in a different way.

可以使用 GitHub 的 API 导入项目看板。 有关详细信息,请参阅“importProject”。

Templates for 项目版块

You can use templates to quickly set up a new 项目版块. When you use a template to create a 项目版块, 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