* ran script/remove-unused-assets.js (manually removed unused variables printed by the script) * package-lock * turn elsif into two ifs to prepare for running Liquid deprecation script * ran script/remove-deprecated-enterprise-version-markup.js --release 2.14 (ONLY UPDATES LINE BREAKS ETC.) * ran script/remove-deprecated-enterprise-version-markup.js --release 2.15 * ran script/remove-deprecated-enterprise-version-markup.js --release 2.17 * ran script/remove-deprecated-enterprise-version-markup.js --release 2.18 * update hardcoded test * Update content/github/collaborating-with-issues-and-pull-requests/filtering-files-in-a-pull-request.md Co-authored-by: Matt Pollard <mattpollard@users.noreply.github.com> * add currentVersion is NOT free-pro-team to conditional, to make sure the deprecation script does the right thing when it is time to deprecate 2.21 Co-authored-by: Matt Pollard <mattpollard@users.noreply.github.com>
72 lines
4.6 KiB
Markdown
72 lines
4.6 KiB
Markdown
---
|
|
title: Adding issues and pull requests to a project board
|
|
intro: You can add issues and pull requests to a project board in the form of cards and triage them into columns.
|
|
redirect_from:
|
|
- /articles/adding-issues-and-pull-requests-to-a-project/
|
|
- /articles/adding-issues-and-pull-requests-to-a-project-board
|
|
versions:
|
|
free-pro-team: '*'
|
|
enterprise-server: '*'
|
|
---
|
|
|
|
You can add issue or pull request cards to your project board by:
|
|
- Dragging cards from the **Triage** section in the sidebar.
|
|
- Typing the issue or pull request URL in a card.
|
|
- Searching for issues or pull requests in the project board search sidebar.
|
|
|
|
You can put a maximum of 2,500 cards into each project column. If a column has reached the maximum number of cards, no cards can be moved into that column.
|
|
|
|

|
|
|
|
{% note %}
|
|
|
|
**Note:** You can also add notes to your project board to serve as task reminders, references to issues and pull requests from any repository on {% data variables.product.product_name %}, or to add related information to your project board. For more information, see "[Adding notes to a project board](/articles/adding-notes-to-a-project-board)."
|
|
|
|
{% endnote %}
|
|
|
|
{% data reusables.project-management.edit-in-project %}
|
|
|
|
{% data reusables.project-management.link-repos-to-project-board %} When you search for issues and pull requests to add to your project board, the search automatically scopes to your linked repositories. You can remove these qualifiers to search within all organization repositories. For more information, see "[Linking a repository to a project board](/articles/linking-a-repository-to-a-project-board)."
|
|
|
|
### Adding issues and pull requests to a project board
|
|
|
|
1. Navigate to the project board where you want to add issues and pull requests.
|
|
2. In your project board, click {% octicon "plus" aria-label="The plus icon" %} **Add cards**.
|
|

|
|
3. Search for issues and pull requests to add to your project board using search qualifiers. For more information on search qualifiers you can use, see "[Searching issues](/articles/searching-issues)."
|
|

|
|
|
|
{% tip %}
|
|
|
|
**Tips:**
|
|
- You can also add an issue or pull request by typing the URL in a card.
|
|
- If you're working on a specific feature, you can apply a label to each related issue or pull request for that feature, and then easily add cards to your project board by searching for the label name. For more information, see "[Apply labels to issues and pull requests](/articles/applying-labels-to-issues-and-pull-requests)."
|
|
|
|
{% endtip %}
|
|
4. From the filtered list of issues and pull requests, drag the card you'd like to add to your project board and drop it in the correct column. Alternatively, you can move cards using keyboard shortcuts. {% data reusables.project-management.for-more-info-project-keyboard-shortcuts %}
|
|
|
|
{% tip %}
|
|
|
|
**Tip:** You can drag and drop or use keyboard shortcuts to reorder cards and move them between columns. {% data reusables.project-management.for-more-info-project-keyboard-shortcuts %}
|
|
|
|
{% endtip %}
|
|
|
|
### Adding issues and pull requests to a project board from the sidebar
|
|
|
|
1. On the right side of an issue or pull request, click **Projects {% octicon "gear" aria-label="The Gear icon" %}**.
|
|

|
|
2. Click the **Recent**, **Repository**,**User**, or **Organization** tab for the project board you would like to add to.
|
|

|
|
3. Type the name of the project in **Filter projects** field.
|
|

|
|
4. Select one or more project boards where you want to add the issue or pull request.
|
|

|
|
5. Click {% octicon "triangle-down" aria-label="The down triangle icon" %}, then click the column where you want your issue or pull request. The card will move to the bottom of the project board column you select.
|
|

|
|
|
|
### Further reading
|
|
|
|
- "[About project boards](/articles/about-project-boards)"
|
|
- "[Editing a project board](/articles/editing-a-project-board)"
|
|
- "[Filtering cards on a project board](/articles/filtering-cards-on-a-project-board)"
|