You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You can copy an existing project and use it as a template to save time configuring your views and custom fields.
16
16
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 %}
18
18
19
19
{% ifversion projects-v2-org-templates %}{% data reusables.projects.org-templates %}{% endif %}
20
20
@@ -24,12 +24,13 @@ When you copy a project, the new project will contain the same views and custom
24
24
1. In the top-right, click {% octicon "kebab-horizontal" aria-label="More options" %} to open the menu.
25
25
26
26

27
-
27
+
28
28
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 %}
30
30
31
31

32
32
33
+
{%- endif %}
33
34
1. Under "Owner", select either the organization that will own the new project or your personal account.
34
35
1. Under "New project name", type the name of the new project.
Copy file name to clipboardExpand all lines: content/issues/planning-and-tracking-with-projects/managing-your-project/managing-project-templates-in-your-organization.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@ You can set a project as a template to share a pre-configured project with other
19
19
20
20
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.
21
21
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.
23
23
24
24
## Setting a project as a template
25
25
@@ -41,7 +41,7 @@ You can filter the list of projects in your organization to only show projects s
41
41
42
42
## Copying a project as a template
43
43
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 project—copying the {% data reusables.projects.what-gets-copied %} —and set that copied project as a template for your organization.
45
45
46
46
{% data reusables.projects.project-settings %}
47
47
1. In the "Templates" section, click {% octicon "duplicate" aria-hidden="true" %} **Copy as template**.
0 commit comments