diff options
author | Jarka Kadlecova <jarka@gitlab.com> | 2017-07-24 08:14:06 +0200 |
---|---|---|
committer | Jarka Kadlecova <jarka@gitlab.com> | 2017-07-24 08:14:06 +0200 |
commit | 6774a0378d624fafbd287ce4adcee3787106f1b9 (patch) | |
tree | d0a35f9d60294e14120c899631d74b505fe2ca3f /doc/integration | |
parent | 7bee7b848aab883a6869e1fd2fbb9e66182d2023 (diff) | |
download | gitlab-ce-6774a0378d624fafbd287ce4adcee3787106f1b9.tar.gz |
Change docs to support paralel external and internal issue trackers
Diffstat (limited to 'doc/integration')
-rw-r--r-- | doc/integration/external-issue-tracker.md | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/doc/integration/external-issue-tracker.md b/doc/integration/external-issue-tracker.md index 2dd9b33273c..372e1909330 100644 --- a/doc/integration/external-issue-tracker.md +++ b/doc/integration/external-issue-tracker.md @@ -4,14 +4,12 @@ GitLab has a great issue tracker but you can also use an external one such as Jira, Redmine, or Bugzilla. Issue trackers are configurable per GitLab project and allow you to do the following: -- the **Issues** link on the GitLab project pages takes you to the appropriate - issue index of the external tracker -- clicking **New issue** on the project dashboard creates a new issue on the - external tracker - you can reference these external issues inside GitLab interface (merge requests, commits, comments) and they will be automatically converted into links +You can have enabled both external and internal GitLab issue trackers in parallel. The **Issues** link always opens the internal issue tracker and in case the internal issue tracker is disabled the link is not visible in the menu. + ## Configuration The configuration is done via a project's **Services**. |