1
0
mirror of synced 2026-01-08 12:01:53 -05:00
Files
docs/content/github/managing-your-work-on-github/linking-a-repository-to-a-project-board.md
2020-11-02 15:12:44 -06:00

2.1 KiB

title, intro, redirect_from, versions
title intro redirect_from versions
Linking a repository to a project board You can link a repository to your organization's or user account's project board.
/articles/linking-a-repository-to-a-project-board
free-pro-team enterprise-server github-ae
* * *

{% note %}

Note: In order to link a repository to your organization or user owned project board the repository needs to have issues enabled. For information on how to see if issues are disabled for a repository, see "Disabling issues ."

{% endnote %}

Anyone with write permissions to a project board can link repositories owned by that organization or user account to the project board. For more information, see "Project board permissions for an organization" or "Permission levels for user-owned project boards."

{% data reusables.project-management.link-repos-to-project-board %} You can add issues and pull requests from any unlinked repositories by typing the issue or pull request URL in a card. For more information, see "Adding issues and pull requests to a project board."

  1. Navigate to the project board where you want to link a repository. {% data reusables.project-management.click-menu %} {% data reusables.project-management.access-collaboration-settings %}
  2. In the left sidebar, click Linked repositories. Linked repositories menu option in left sidebar
  3. Click Link a repository. Link a repository button on Linked repositories tab
  4. Search for the repository you'd like to link. Search field on Link a repository window
  5. Click Link. To unlink, click Unlink. Link button

Further reading