Skip to content

Commit 3f491e5

Browse files
authored
Merge pull request #3804 from github/sidebar-assignee-menu
Include the issue and pull request sidebar as a method for assigning users
2 parents 38cfcb7 + e9b2148 commit 3f491e5

3 files changed

Lines changed: 17 additions & 1 deletion

File tree

6.88 KB
Loading
16.3 KB
Loading

content/github/managing-your-work-on-github/assigning-issues-and-pull-requests-to-other-github-users.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,29 @@ versions:
1111

1212
Anyone with write permissions to a repository can assign issues and pull requests.
1313

14+
### About issue and pull request assignees
15+
1416
You can assign up to 10 people to each issue or pull request, including yourself, anyone who has commented on the issue or pull request, anyone with write permissions to the repository, and organization members with read permissions to the repository. For more information, see "[Access permissions on {% data variables.product.prodname_dotcom %}](/articles/access-permissions-on-github)."
1517

18+
### Assigning an individual issue or pull request
19+
20+
{% data reusables.repositories.navigate-to-repo %}
21+
{% data reusables.repositories.sidebar-issue-pr %}
22+
3. Open the issue or pull request that you want to assign to someone.
23+
4. If no one is assigned to an issue or pull request, click **assign yourself** to assign yourself.
24+
![The assign yourself item](/assets/images/help/issues/assign_yourself.png)
25+
5. In the right side menu, click **Assignees**.
26+
![The Assignees menu item](/assets/images/help/issues/assignee_menu.png)
27+
6. To assign the issue or pull request to a user, start typing their username, then click their name when it appears. You can select and add up to ten assignees to an issue or pull request.
28+
![Issues assignment drop-down](/assets/images/help/issues/issues_assigning_dropdown.png)
29+
30+
### Assigning multiple issues or pull requests
31+
1632
{% data reusables.repositories.navigate-to-repo %}
1733
{% data reusables.repositories.sidebar-issue-pr %}
1834
3. Select the checkbox next to the items you want to assign to someone.
1935
![Issues metadata checkbox](/assets/images/help/issues/issues_assign_checkbox.png)
20-
4. In the upper-right corner, click **Assignee**.
36+
4. In the upper-right corner, click **Assign**.
2137
5. To assign the items to a user, start typing their username, then click their name when it appears. You can select and add up to ten assignees to an issue or pull request.
2238
![Issues assignment drop-down](/assets/images/help/issues/issues_assigning_dropdown.png)
2339

0 commit comments

Comments
 (0)