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

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMarin Jankovski <marin@gitlab.com>2015-05-04 19:02:05 +0300
committerMarin Jankovski <marin@gitlab.com>2015-05-04 19:02:05 +0300
commit595931580d2c19e5db0525829a542bc436fa0e98 (patch)
tree90c511db8ea97fe37c480943bb9b6833e4f73c42 /doc
parent3ccdc02b89ab368e7701c53c38a2c9440c76fcdc (diff)
parent07dc51701785d78cd4ebbf7afd762a1d95b5e62b (diff)
Merge branch 'improve-external-issue-tracker-config-doc' into 'master'
Improve documentation of configuring external issue trackers There was some confusion over the deprecated `:issues_tracker_id` field. Added documentation. Closes #1514 See merge request !580
Diffstat (limited to 'doc')
-rw-r--r--doc/integration/external-issue-tracker.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/integration/external-issue-tracker.md b/doc/integration/external-issue-tracker.md
index 96755707dee..3e660cfba1e 100644
--- a/doc/integration/external-issue-tracker.md
+++ b/doc/integration/external-issue-tracker.md
@@ -36,4 +36,9 @@ In GitLab Admin section, navigate to `Service Templates` and choose the service
After the template is created, the template details will be pre-filled on the project service page.
+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 depecated, and all issue tracker URLs must be configured directly
+within the project's Services settings.
+
Support to add your commits to the Jira ticket automatically is [available in GitLab EE](http://doc.gitlab.com/ee/integration/jira.html).