Skip to main content

Duplicating an issue

To quickly create a similar issue, you can duplicate an existing open issue into the same repository or a different one.

To duplicate an open issue, you must have triage access to the repository that contains the original issue and to the destination repository. The destination repository must allow blank issues. See Repository roles for an organization.

When you duplicate an issue, a new issue is created with the original issue’s title, description, assignees, type, labels, milestones, and projects prefilled, as long as those fields exist or are available in the destination repository. Labels and milestones are retained if they are present in the target repository, with labels matching by name and milestones matching by both name and due date. The original issue remains unchanged.

People or teams mentioned in the original issue will not receive notifications about the duplication. The new issue will have its own URL and can be edited before being created. If you attempt to duplicate an issue to a repository where you do not have triage access, the option will not be available.

Duplicating an open issue

  1. On GitHub, navigate to the main page of the repository.

  2. Under your repository name, click Issues.

    Screenshot of the main page of a repository. In the horizontal navigation bar, a tab, labeled "Issues," is outlined in dark orange.

  3. In the list of issues, click the issue you'd like to duplicate.

  4. In the right sidebar, click Duplicate issue.

  5. In the Choose a repository dropdown, select the destination repository. You can choose the same repository or a different one.

  6. Edit the prefilled issue details as needed.

  7. Click Create issue.

Further reading