diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2020-10-20 03:08:54 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2020-10-20 03:08:54 +0000 |
commit | fe75b57542f67ae643d42e9ab7f317cedb51df71 (patch) | |
tree | 89bb1a1d6f1d4542da9491e8edf6011ba77593be /doc/integration/external-issue-tracker.md | |
parent | b0326eded36304dff5c061b0d10d0630113d9f0a (diff) | |
download | gitlab-ce-fe75b57542f67ae643d42e9ab7f317cedb51df71.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/integration/external-issue-tracker.md')
-rw-r--r-- | doc/integration/external-issue-tracker.md | 19 |
1 files changed, 9 insertions, 10 deletions
diff --git a/doc/integration/external-issue-tracker.md b/doc/integration/external-issue-tracker.md index cde0093f53e..96c9b9d7f62 100644 --- a/doc/integration/external-issue-tracker.md +++ b/doc/integration/external-issue-tracker.md @@ -1,7 +1,7 @@ # External issue tracker -GitLab has a great [issue tracker](../user/project/issues/index.md) but you can also use an external one -such as Jira, Redmine, YouTrack, Bugzilla, or EWM. External issue trackers are configurable per GitLab project. +GitLab has a great [issue tracker](../user/project/issues/index.md) but you can also use an external +one. External issue trackers are configurable per GitLab project. Once configured, you can reference external issues using the format `CODE-123`, where: @@ -15,24 +15,23 @@ GitLab menu always opens the internal issue tracker. When disabled, the link is ## Configuration -The configuration is done via a project's **Integrations**. +The configuration is done via a project's **Settings > Integrations**. ### Integration To enable an external issue tracker you must configure the appropriate **Integration**. Visit the links below for details: -- [Redmine](../user/project/integrations/redmine.md) -- [YouTrack](../user/project/integrations/youtrack.md) -- [Jira](../user/project/integrations/jira.md) - [Bugzilla](../user/project/integrations/bugzilla.md) -- [EWM](../user/project/integrations/ewm.md) - [Custom Issue Tracker](../user/project/integrations/custom_issue_tracker.md) +- [Engineering Workflow Management](../user/project/integrations/ewm.md) +- [Jira](../user/project/integrations/jira.md) +- [Redmine](../user/project/integrations/redmine.md) +- [YouTrack](../user/project/integrations/youtrack.md) ### Service Template -To save you the hassle from configuring each project's service individually, -GitLab provides the ability to set Service Templates which can then be -overridden in each project's settings. +To avoid configuring each project's service individually, GitLab provides the ability to set +Service Templates. These can then be overridden in each project's settings. Read more on [Services Templates](../user/project/integrations/services_templates.md). |