1
0
mirror of synced 2025-12-19 09:57:42 -05:00

Create duplicating-an-issue.md (#56412)

Co-authored-by: Lukasz Warchol <lukewar@github.com>
Co-authored-by: Kevin Heis <heiskr@users.noreply.github.com>
Co-authored-by: Renee Xu <reneexeener@github.com>
Co-authored-by: Sophie <29382425+sophietheking@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Tadas Labudis
2025-08-06 08:57:26 +01:00
committed by GitHub
parent 90f5951e3e
commit 2ab0dea4fa
3 changed files with 37 additions and 0 deletions

View File

@@ -0,0 +1,30 @@
---
title: Duplicating an issue
intro: 'To quickly create a similar issue, you can duplicate an existing open issue into the same repository or a different one.'
versions:
feature: duplicating-an-issue
topics:
- Issues
shortTitle: Duplicate an issue
---
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 [AUTOTITLE](/organizations/managing-user-access-to-your-organizations-repositories/managing-repository-roles/repository-roles-for-an-organization).
When you duplicate an issue, a new issue is created with the original issues 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
{% data reusables.repositories.navigate-to-repo %}
{% data reusables.repositories.sidebar-issues %}
1. In the list of issues, click the issue you'd like to duplicate.
1. In the right sidebar, click **Duplicate issue**.
1. In the **Choose a repository** dropdown, select the destination repository. You can choose the same repository or a different one.
1. Edit the prefilled issue details as needed.
1. Click **Create issue**.
## Further reading
* [AUTOTITLE](/issues/tracking-your-work-with-issues/about-issues)

View File

@@ -13,4 +13,5 @@ children:
- /transferring-an-issue-to-another-repository
- /closing-an-issue
- /deleting-an-issue
- /duplicating-an-issue
---

View File

@@ -0,0 +1,6 @@
# Reference: #18759
# Versions for which duplicating issues is available
versions:
fpt: '*'
ghec: '*'
ghes: '>3.18'