Skip to main content

Assigning issues and pull requests to other GitHub users

Assignees clarify who is working on specific issues and pull requests.

¿Quién puede utilizar esta característica?

Anyone with write access to a repository can assign issues and pull requests.

About issue and pull request assignees

You can assign multiple 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 "Permisos de acceso en GitHub."

Issues and pull requests in public repositories, and in private repositories for a paid account, can have up to 10 people assigned. Private repositories on the free plan are limited to one person per issue or pull request.

Assigning an individual issue or pull request

  1. En tu instancia de GitHub Enterprise Server, navega a la página principal del repositorio.

  2. En el nombre del repositorio, haga clic en Incidencias o Solicitudes de incorporación de cambios.

    Captura de pantalla de la página principal de un repositorio. En la barra de navegación horizontal, dos pestañas, con la etiqueta "Incidencias" y "Solicitudes de incorporación de cambios", se destacan en naranja oscuro.

  3. Open the issue or pull request that you want to assign to someone.

  4. In the right side menu, click Assignees.

    Screenshot of the right sidebar of an issue. A header, labeled "Assignees", is outlined in dark orange.

  5. 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.

Assigning multiple issues or pull requests

  1. En tu instancia de GitHub Enterprise Server, navega a la página principal del repositorio.

  2. En el nombre del repositorio, haga clic en Incidencias o Solicitudes de incorporación de cambios.

    Captura de pantalla de la página principal de un repositorio. En la barra de navegación horizontal, dos pestañas, con la etiqueta "Incidencias" y "Solicitudes de incorporación de cambios", se destacan en naranja oscuro.

  3. Select the items you want to assign to someone.

    Screenshot of the first two items in a list of issues. To the left of each issue, a checkbox is checked and outlined in dark orange.

  4. In the upper-right corner, click Assign.

  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.

Further reading