Skip to content

Commit c98f963

Browse files
guntripsubatoi
andauthored
Updating what gets included with a copied project (#37605)
Co-authored-by: Ben Ahmady <32935794+subatoi@users.noreply.github.com>
1 parent 8db5a66 commit c98f963

4 files changed

Lines changed: 14 additions & 5 deletions

File tree

content/issues/planning-and-tracking-with-projects/creating-projects/copying-an-existing-project.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ allowTitleToDifferFromFilename: true
1414

1515
You can copy an existing project and use it as a template to save time configuring your views and custom fields.
1616

17-
When you copy a project, the new project will contain the same views and custom fields. You also have the option to copy existing draft issues. The new project will not contain the original project's items, workflows, insights, collaborators, or team and repository links.
17+
When you copy a project, the new project will contain the same {% data reusables.projects.what-gets-copied %}. {% ifversion projects-v2-org-templates-improvements %}The new project will not contain the original project's items, collaborators, or team and repository links.{% else %}The new project will not contain the original project's items, workflows, insights, collaborators, or team and repository links.{% endif %}
1818

1919
{% ifversion projects-v2-org-templates %}{% data reusables.projects.org-templates %}{% endif %}
2020

@@ -24,12 +24,13 @@ When you copy a project, the new project will contain the same views and custom
2424
1. In the top-right, click {% octicon "kebab-horizontal" aria-label="More options" %} to open the menu.
2525

2626
![Screenshot showing a project's menu bar. The menu icon is highlighted with an orange outline.](/assets/images/help/projects-v2/open-menu.png)
27-
27+
2828
1. In the menu, click {% octicon "copy" aria-hidden="true" %} **Make a copy**.
29-
1. Optionally, if you want all draft issues to be copied with the project, in the "Make a copy" dialog, select **Draft issues will be copied if selected**.
29+
1. Optionally, if you want all draft issues to be copied with the project, in the "Make a copy" dialog, select **Draft issues will be copied if selected**.{%- ifversion projects-v2-org-templates-improvements %}{%- else %}
3030

3131
![Screenshot showing the "Make a copy" form.](/assets/images/help/projects-v2/copy-project-form.png)
3232

33+
{%- endif %}
3334
1. Under "Owner", select either the organization that will own the new project or your personal account.
3435
1. Under "New project name", type the name of the new project.
3536
1. Click **Copy project**.

content/issues/planning-and-tracking-with-projects/managing-your-project/managing-project-templates-in-your-organization.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ You can set a project as a template to share a pre-configured project with other
1919

2020
The projects you have marked as templates are made available in the "Select a template" pop-up window when other people create projects in your organization.
2121

22-
When someone creates a project from a template, the views, custom fields, and draft issues are copied from the template to the new project.
22+
When someone creates a project from a template, the {% data reusables.projects.what-gets-copied %} are copied from the template to the new project.
2323

2424
## Setting a project as a template
2525

@@ -41,7 +41,7 @@ You can filter the list of projects in your organization to only show projects s
4141

4242
## Copying a project as a template
4343

44-
If you have write or admin permissions for a project in your organization, you can choose to copy the project as a template. This will make a duplicate of the current project, copying the views, custom fields, and draft issues, and set that copied project as a template for your organization.
44+
If you have write or admin permissions for a project in your organization, you can choose to copy the project as a template. This will make a duplicate of the current projectcopying the {% data reusables.projects.what-gets-copied %} —and set that copied project as a template for your organization.
4545

4646
{% data reusables.projects.project-settings %}
4747
1. In the "Templates" section, click {% octicon "duplicate" aria-hidden="true" %} **Copy as template**.
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Issues 10697
2+
# Extra data transferred in org templates and copying projects
3+
versions:
4+
fpt: '*'
5+
ghec: '*'
6+
ghes: '>=3.11'
7+
ghae: '>=3.11'
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{% ifversion projects-v2-org-templates-improvements %}views, custom fields, draft issues and associated field values, configured workflows (except any auto-add workflows), and insights{% else %}views, custom fields, and draft issues{% endif %}

0 commit comments

Comments
 (0)