diff options
author | Mike Lewis <mlewis@gitlab.com> | 2019-03-22 02:39:00 +0000 |
---|---|---|
committer | Evan Read <eread@gitlab.com> | 2019-03-22 02:39:00 +0000 |
commit | 53d7dccf8b198cd51a9524a098e7e3343dc2ddd2 (patch) | |
tree | 85ff768f02cb7b3598fc4f4db7af48327e537107 /doc/integration | |
parent | d81f048796780b97270c3cf1c9bff00db9ad8ca3 (diff) | |
download | gitlab-ce-53d7dccf8b198cd51a9524a098e7e3343dc2ddd2.tar.gz |
YouTrack docs review
Diffstat (limited to 'doc/integration')
-rw-r--r-- | doc/integration/external-issue-tracker.md | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/doc/integration/external-issue-tracker.md b/doc/integration/external-issue-tracker.md index edd1af423ca..7e2cd3d4983 100644 --- a/doc/integration/external-issue-tracker.md +++ b/doc/integration/external-issue-tracker.md @@ -1,14 +1,14 @@ # External issue tracker -GitLab has a great issue tracker but you can also use an external one such as -Jira, Redmine, YouTrack, or Bugzilla. Issue trackers are configurable per GitLab project -and allow you to do the following: +GitLab has a great [issue tracker](../user/project/issues/index.md) but you can also use an external one +such as Jira, Redmine, YouTrack, or Bugzilla. External issue trackers are configurable per GitLab project. -- you can reference these external issues inside GitLab interface - (merge requests, commits, comments) and they will be automatically converted - into links +Once configured, you can reference external issues using the format CODE-123, where CODE is a unique code +for the tracker, and 123 is the issue number in the tracker. These references in GitLab +merge requests, commits, or comments are automatically converted to links to the issues. -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. +You can keep GitLab's issue tracker enabled in parallel or disable it. When enabled, the **Issues** link in the +GitLab menu always opens the internal issue tracker. When disabled, the link is not visible in the menu. ## Configuration |