diff --git a/assets/images/help/issues/filter-archived-items.png b/assets/images/help/issues/filter-archived-items.png new file mode 100644 index 0000000000..2e53fc8685 Binary files /dev/null and b/assets/images/help/issues/filter-archived-items.png differ diff --git a/assets/images/help/issues/projects-beta-assign-button.png b/assets/images/help/issues/projects-beta-assign-button.png new file mode 100644 index 0000000000..b7b6430af8 Binary files /dev/null and b/assets/images/help/issues/projects-beta-assign-button.png differ diff --git a/assets/images/help/issues/projects-beta-assign-dropdown.png b/assets/images/help/issues/projects-beta-assign-dropdown.png new file mode 100644 index 0000000000..07c54d2c5f Binary files /dev/null and b/assets/images/help/issues/projects-beta-assign-dropdown.png differ diff --git a/assets/images/help/issues/restore-archived-item-button.png b/assets/images/help/issues/restore-archived-item-button.png new file mode 100644 index 0000000000..62daabff8d Binary files /dev/null and b/assets/images/help/issues/restore-archived-item-button.png differ diff --git a/assets/images/help/issues/select-all-checkbox.png b/assets/images/help/issues/select-all-checkbox.png new file mode 100644 index 0000000000..d36429df9e Binary files /dev/null and b/assets/images/help/issues/select-all-checkbox.png differ diff --git a/assets/images/help/issues/select-archived-item.png b/assets/images/help/issues/select-archived-item.png new file mode 100644 index 0000000000..525d33b744 Binary files /dev/null and b/assets/images/help/issues/select-archived-item.png differ diff --git a/assets/images/help/issues/select-issue-checkbox.png b/assets/images/help/issues/select-issue-checkbox.png new file mode 100644 index 0000000000..3d590da67c Binary files /dev/null and b/assets/images/help/issues/select-issue-checkbox.png differ diff --git a/content/issues/trying-out-the-new-projects-experience/creating-a-project.md b/content/issues/trying-out-the-new-projects-experience/creating-a-project.md index 22cd639144..ca70e73a71 100644 --- a/content/issues/trying-out-the-new-projects-experience/creating-a-project.md +++ b/content/issues/trying-out-the-new-projects-experience/creating-a-project.md @@ -63,6 +63,19 @@ Draft issues can have a title, text body, assignees, and any custom fields from 3. Select the repository where the pull request or issue is located. You can type part of the repository name to narrow down your options. 4. Select the issue or pull request. You can type part of the title to narrow down your options. +#### Adding multiple issues or pull requests from a repository + +1. On {% data variables.product.product_location %}, navigate to the repository that contains the issues or pull requests you want to add to your project. +{% data reusables.repositories.sidebar-issue-pr %} +1. To the left of each issue title, select the issues that you want to add to your project. + ![Screenshot showing checkbox to select issue or pull request](/assets/images/help/issues/select-issue-checkbox.png) +1. Optionally, to select every issue or pull request on the page, at the top of the list of issues or pull requests, select all. + ![Screenshot showing checkbox to select all on screen](/assets/images/help/issues/select-all-checkbox.png) +1. Above the list of issues or pull requests, click **Projects (beta)**. + ![Screenshot showing checkbox to select all on screen](/assets/images/help/issues/projects-beta-assign-button.png) +1. Click the projects you want to add the selected issues or pull requests to. + ![Screenshot showing checkbox to select all on screen](/assets/images/help/issues/projects-beta-assign-dropdown.png) + #### Assigning a project from within an issue or pull request 1. Navigate to the issue or pull request that you want to add to a project. @@ -102,7 +115,20 @@ You can restore archived items but not deleted items. For more information, see ## Restoring archived items -To restore an archived item, navigate to the issue or pull request. In the project side bar on the issue or pull request, click **Restore** for the project that you want to restore the item to. Draft issues cannot be restored. +1. Navigate to your project. +1. In the top-right, click {% octicon "kebab-horizontal" aria-label="the kebab icon" %}. +1. In the menu, click **Archived items**. +1. Optionally, to filter the archived items displayed, type your filter into the text box above the list of items. For more information about the available filters, see "[Filtering projects (beta)](/issues/trying-out-the-new-projects-experience/filtering-projects)." + + ![Screenshot showing field for filtering archived items](/assets/images/help/issues/filter-archived-items.png) + +1. To the left of each item title, select the items you would like to restore. + + ![Screenshot showing checkboxes next to archived items](/assets/images/help/issues/select-archived-item.png) + +1. To restore the selected items, above the list of items, click **Restore**. + + ![Screenshot showing the "Restore" button](/assets/images/help/issues/restore-archived-item-button.png) ## Adding fields