![GitHub Essentials](https://wfqqreader-1252317822.image.myqcloud.com/cover/695/36699695/b_36699695.jpg)
Assigning issues to users
A repository can have more than one collaborator. A collaborator is a person who has push access to the repository and, in our case, can also edit and close issues.
User assignment works well in repositories with large traffic where a team is involved and is responsible for bug fixes, enhancements, and so on.
There are two ways to assign an issue to someone. First, as you have seen in the previous images, there is an Assignee section inside each issue, as shown in the following screenshot:
![](https://epubservercos.yuewen.com/111E91/19470391508874406/epubprivate/OEBPS/Images/863097a8-c0fe-431c-b460-44481a7a2bc1.png?sign=1738833378-JzT8TiLtRUnAq5gfV5uLY4apF6A9w8um-0-5b0d82bdfa045793dc25dacf24871c44)
At this particular stage, there is only one collaborator—me—so only my name appears in the list. Okay, we learned how to assign an issue to a collaborator from inside the issue, but what happens if you have dozens of issues that you want to assign to someone? Assigning each of them one by one is a bit tedious and time consuming. You'll be happy to know that you can mass-assign issues to a person.
For this purpose, let's create two more issues. Head over to the Issues page, select the boxes of the issues that you want to assign, and select an assignee, as shown in the following screenshot:
![](https://epubservercos.yuewen.com/111E91/19470391508874406/epubprivate/OEBPS/Images/f4e3c8c9-91d6-4aa0-a604-750a547e3d82.png?sign=1738833378-ORIzYUMdBVdcTkRdrcDcQbBgGGhBS3SY-0-479a55efe8389f3c10e16c63c210c56e)
After selecting the assignee, the issues will immediately get updated with the new information. You can see that the avatar of the assignee appears on each issue that is assigned to them:
![](https://epubservercos.yuewen.com/111E91/19470391508874406/epubprivate/OEBPS/Images/e2f34e04-4b75-4eb4-9adf-90d720f97bb3.png?sign=1738833378-T2og9ELFEpWibZeB35mnxm44gP2ywUOT-0-9582b4e2da9df3549f58ca3e86a5ee7f)
You can select and add up to 10 assignees to an issue.