Skip to content

Commit de7e163

Browse files
committed
Split into two procedures
1 parent 6bee9ca commit de7e163

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

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

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,12 @@ 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+
1620
{% data reusables.repositories.navigate-to-repo %}
1721
{% data reusables.repositories.sidebar-issue-pr %}
1822
3. Select the issue or pull request that you want to assign to someone.
@@ -23,6 +27,16 @@ You can assign up to 10 people to each issue or pull request, including yourself
2327
6. If no one is assigned to an issue or pull request, click **assign yourself** to assign yourself.
2428
![The assign yourself item](/assets/images/help/issues/assign_yourself.png)
2529

30+
### Assigning multiple issues or pull requests
31+
32+
{% data reusables.repositories.navigate-to-repo %}
33+
{% data reusables.repositories.sidebar-issue-pr %}
34+
3. Select the checkbox next to the items you want to assign to someone.
35+
![Issues metadata checkbox](/assets/images/help/issues/issues_assign_checkbox.png)
36+
4. In the upper-right corner, click **Assign**.
37+
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.
38+
![Issues assignment drop-down](/assets/images/help/issues/issues_assigning_dropdown.png)
39+
2640
### Further reading
2741

2842
* "[Filtering issues and pull requests by assignees](/articles/filtering-issues-and-pull-requests-by-assignees)"

0 commit comments

Comments
 (0)