Skip to content

Commit 2ab0dea

Browse files
labudislukewarheiskrreneexeenersophietheking
authored
Create duplicating-an-issue.md (#56412)
Co-authored-by: Lukasz Warchol <[email protected]> Co-authored-by: Kevin Heis <[email protected]> Co-authored-by: Renee Xu <[email protected]> Co-authored-by: Sophie <[email protected]> Co-authored-by: Copilot <[email protected]>
1 parent 90f5951 commit 2ab0dea

File tree

3 files changed

+37
-0
lines changed

3 files changed

+37
-0
lines changed
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
---
2+
title: Duplicating an issue
3+
intro: 'To quickly create a similar issue, you can duplicate an existing open issue into the same repository or a different one.'
4+
versions:
5+
feature: duplicating-an-issue
6+
topics:
7+
- Issues
8+
shortTitle: Duplicate an issue
9+
---
10+
11+
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).
12+
13+
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.
14+
15+
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.
16+
17+
## Duplicating an open issue
18+
19+
{% data reusables.repositories.navigate-to-repo %}
20+
{% data reusables.repositories.sidebar-issues %}
21+
22+
1. In the list of issues, click the issue you'd like to duplicate.
23+
1. In the right sidebar, click **Duplicate issue**.
24+
1. In the **Choose a repository** dropdown, select the destination repository. You can choose the same repository or a different one.
25+
1. Edit the prefilled issue details as needed.
26+
1. Click **Create issue**.
27+
28+
## Further reading
29+
30+
* [AUTOTITLE](/issues/tracking-your-work-with-issues/about-issues)

content/issues/tracking-your-work-with-issues/administering-issues/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,5 @@ children:
1313
- /transferring-an-issue-to-another-repository
1414
- /closing-an-issue
1515
- /deleting-an-issue
16+
- /duplicating-an-issue
1617
---
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# Reference: #18759
2+
# Versions for which duplicating issues is available
3+
versions:
4+
fpt: '*'
5+
ghec: '*'
6+
ghes: '>3.18'

0 commit comments

Comments
 (0)