Skip to content

Commit 1c11503

Browse files
authored
Early April updates to issues and projects
1 parent b88bfe0 commit 1c11503

8 files changed

+27
-1
lines changed
Loading
Loading
Loading
Loading
Loading
Loading
Loading

content/issues/trying-out-the-new-projects-experience/creating-a-project.md

+27-1
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,19 @@ Draft issues can have a title, text body, assignees, and any custom fields from
6363
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.
6464
4. Select the issue or pull request. You can type part of the title to narrow down your options.
6565

66+
#### Adding multiple issues or pull requests from a repository
67+
68+
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.
69+
{% data reusables.repositories.sidebar-issue-pr %}
70+
1. To the left of each issue title, select the issues that you want to add to your project.
71+
![Screenshot showing checkbox to select issue or pull request](/assets/images/help/issues/select-issue-checkbox.png)
72+
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.
73+
![Screenshot showing checkbox to select all on screen](/assets/images/help/issues/select-all-checkbox.png)
74+
1. Above the list of issues or pull requests, click **Projects (beta)**.
75+
![Screenshot showing checkbox to select all on screen](/assets/images/help/issues/projects-beta-assign-button.png)
76+
1. Click the projects you want to add the selected issues or pull requests to.
77+
![Screenshot showing checkbox to select all on screen](/assets/images/help/issues/projects-beta-assign-dropdown.png)
78+
6679
#### Assigning a project from within an issue or pull request
6780

6881
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
102115

103116
## Restoring archived items
104117

105-
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.
118+
1. Navigate to your project.
119+
1. In the top-right, click {% octicon "kebab-horizontal" aria-label="the kebab icon" %}.
120+
1. In the menu, click **Archived items**.
121+
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)."
122+
123+
![Screenshot showing field for filtering archived items](/assets/images/help/issues/filter-archived-items.png)
124+
125+
1. To the left of each item title, select the items you would like to restore.
126+
127+
![Screenshot showing checkboxes next to archived items](/assets/images/help/issues/select-archived-item.png)
128+
129+
1. To restore the selected items, above the list of items, click **Restore**.
130+
131+
![Screenshot showing the "Restore" button](/assets/images/help/issues/restore-archived-item-button.png)
106132

107133
## Adding fields
108134

0 commit comments

Comments
 (0)