summaryrefslogtreecommitdiff
path: root/doc/integration
diff options
context:
space:
mode:
authorEvan Read <eread@gitlab.com>2019-03-22 03:54:08 +0000
committerMike Lewis <mlewis@gitlab.com>2019-03-22 03:54:08 +0000
commitb1f1a9633d4b06d3f88566e721d2bc7f76714dac (patch)
tree30944427bcd99dabb249e66a7b46bb7691a7126a /doc/integration
parent08491fb1ad7b588db7216a9885153ad65f1b78d8 (diff)
downloadgitlab-ce-b1f1a9633d4b06d3f88566e721d2bc7f76714dac.tar.gz
Improve Youtrack documentation for style
Diffstat (limited to 'doc/integration')
-rw-r--r--doc/integration/external-issue-tracker.md9
1 files changed, 6 insertions, 3 deletions
diff --git a/doc/integration/external-issue-tracker.md b/doc/integration/external-issue-tracker.md
index 7e2cd3d4983..c3328e01081 100644
--- a/doc/integration/external-issue-tracker.md
+++ b/doc/integration/external-issue-tracker.md
@@ -3,9 +3,12 @@
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.
-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.
+Once configured, you can reference external issues using the format `CODE-123`, where:
+
+- `CODE` is a unique code for the tracker.
+- `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 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.