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. プロジェクト ボード 内の issue および pull request を表示したり、軽量の編集を行うには、その issue または pull request のタイトルをクリックします。

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 個のリポジトリを Organization またはユーザー所有の プロジェクト ボード にリンクできます。 リポジトリをリンクすると、 [カードの追� ] を使用して、または issue や pull request のサイドバーから、issue および pull request をそれらのリポジトリから プロジェクト ボード に簡単に追� できます。 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