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
Copy file name to clipboardExpand all lines: content/issues/planning-and-tracking-with-projects/managing-your-project/managing-project-templates-in-your-organization.md
+33-2Lines changed: 33 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
---
2
2
title: 'Managing {% data variables.projects.project_v2 %} templates in your organization'
3
3
shortTitle: 'Managing templates'
4
-
intro: 'You can set projects in your organization as templates, allowing other people to select your template as the base for projects they create.'
4
+
intro: 'You can {% ifversion projects-v2-org-templates-improvements %}create templates or {% endif %}set projects as templates in your organization, allowing other people to select your template as the base for projects they create.'
You can set a project as a template to share a pre-configured project with other people in your organization which they can then use as the base for their projects.
18
+
You can {% ifversion projects-v2-org-templates-improvements %}create a template, or {% endif %}set a project as a template{% ifversion projects-v2-org-templates-improvements %},{% endif %} to share a pre-configured project with other people in your organization which they can then use as the base for their projects.
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
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. {% ifversion projects-v2-org-templates-improvements %}You can find the template that a project used from the project's settings page, under the "Templates" section.{% endif %}
You can either create a new template directly, or you can set a project as a template.
32
+
33
+
### Creating a new template
34
+
{% data reusables.profile.access_org %}
35
+
{% data reusables.user-settings.access_org %}
36
+
{% data reusables.projects.projects-tab %}
37
+
{% data reusables.projects.templates-tab %}
38
+
1. Click **New template**.
39
+
40
+
### Setting a project as a template
41
+
{% endif %}
26
42
If you have admin permissions for a project in your organization, you can set the project as a template and make it available for others in your organization to use.
27
43
28
44
{% data reusables.projects.project-settings %}
29
45
1. In the "Templates" section, next to "Make template", select the switch to toggle it to **On**.
You can find all the templates in your organization on the "Templates" page.
52
+
53
+
{% data reusables.profile.access_org %}
54
+
{% data reusables.user-settings.access_org %}
55
+
{% data reusables.projects.projects-tab %}
56
+
{% data reusables.projects.templates-tab %}
57
+
58
+
You can also add templates to teams and repositories, to make them accessible and more visible from the team or repository's "Templates" page. For more information, see "[AUTOTITLE](/issues/planning-and-tracking-with-projects/managing-your-project/adding-your-project-to-a-team)" and "[AUTOTITLE](/issues/planning-and-tracking-with-projects/managing-your-project/adding-your-project-to-a-repository)."
59
+
60
+
{% else %}
61
+
33
62
You can filter the list of projects in your organization to only show projects set as templates.
34
63
35
64
{% data reusables.profile.access_org %}
@@ -39,6 +68,8 @@ You can filter the list of projects in your organization to only show projects s
39
68
40
69

41
70
71
+
{% endif %}
72
+
42
73
## Copying a project as a template
43
74
44
75
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.
0 commit comments