Skip to content

Latest commit

 

History

History
32 lines (24 loc) · 1.93 KB

File metadata and controls

32 lines (24 loc) · 1.93 KB
title Cloning an issue
intro To quickly create a similar issue, you can clone an existing open issue into the same repository or a different one.
versions
feature
duplicating-an-issue
shortTitle Clone an issue
redirect_from
/issues/tracking-your-work-with-issues/administering-issues/duplicating-an-issue
category
Create and work with issues

To clone 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 AUTOTITLE.

When you clone 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 cloning. The new issue will have its own URL and can be edited before being created. If you attempt to clone an issue to a repository where you do not have triage access, the option will not be available.

Cloning an open issue

{% data reusables.repositories.navigate-to-repo %} {% data reusables.repositories.sidebar-issues %}

  1. In the list of issues, click the issue you'd like to clone.
  2. In the right sidebar, click Clone issue.
  3. In the Choose a repository dropdown, select the destination repository. You can choose the same repository or a different one.
  4. Edit the prefilled issue details as needed.
  5. Click Create issue.

Further reading