Welcome to mirror list, hosted at ThFree Co, Russian Federation.

services_templates.md « project_services « doc - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: be6d13b6d2b8fb58ccc801cf3470deb52ef6ea64 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# Services Templates

A GitLab administrator can add a service template that sets a default for each
project. This makes it much easier to configure individual projects.

After the template is created, the template details will be pre-filled on a
project's Service page.

## Enable a Service template

In GitLab's Admin area, navigate to **Service Templates** and choose the
service template you wish to create.

For example, in the image below you can see Redmine.

![Redmine service template](img/services_templates_redmine_example.png)

---

**NOTE:** For each project, you will still need to configure the issue tracking
URLs by replacing `:issues_tracker_id` in the above screenshot with the ID used
by your external issue tracker. Prior to GitLab v7.8, this ID was configured in
the project settings, and GitLab would automatically update the URL configured
in `gitlab.yml`. This behavior is now deprecated and all issue tracker URLs
must be configured directly within the project's **Services** settings.