Skip to main content

Esta versión de GitHub Enterprise Server se discontinuó el 2024-09-24. No se realizarán lanzamientos de patch, ni siquiera para problemas de seguridad críticos. Para obtener rendimiento mejorado, seguridad mejorada y nuevas características, actualice a la versión más reciente de GitHub Enterprise Server. Para obtener ayuda con la actualización, póngase en contacto con el soporte técnico de GitHub Enterprise.

Deleting an issue

People with admin permissions in a repository can permanently delete an issue from a repository.

The ability to delete issues depends on whether the repository is owned by a personal account or an organization:

Collaborators do not receive a notification when issues are deleted. When visiting the URL of a deleted issue, collaborators will see a message stating that the web page can't be found (but they can use the API to determine that it was deleted). People with admin or owner permissions in the repository will additionally see the username of the person who deleted the issue and when it was deleted.

  1. Navigate to the issue you want to delete.

  2. On the right side bar, under "Notifications", click Delete issue.

    Screenshot of the issue sidebar. A trash can icon and "Delete issue" are outlined in dark orange.

  3. To confirm deletion, click Delete this issue.

Further reading