summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Baur <m.baur@syseleven.de>2019-06-05 06:58:07 +0000
committerMatthias Baur <m.baur@syseleven.de>2019-06-05 06:58:07 +0000
commit258d852bc574df9329ef5441f69e2b419bc2493c (patch)
tree1beac2a214da3500b94c76db06716cd258ef66ff
parente8683efea5aaed0c8c4b6efc75395372a3a3662b (diff)
downloadgitlab-ce-258d852bc574df9329ef5441f69e2b419bc2493c.tar.gz
Apply suggestion to doc/user/project/integrations/youtrack.md
-rw-r--r--doc/user/project/integrations/youtrack.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/user/project/integrations/youtrack.md b/doc/user/project/integrations/youtrack.md
index 07f362d48d3..81c148e41fd 100644
--- a/doc/user/project/integrations/youtrack.md
+++ b/doc/user/project/integrations/youtrack.md
@@ -31,8 +31,8 @@ To disable the internal issue tracker in a project:
## Referencing YouTrack issues in GitLab
Issues in YouTrack can be referenced as `<PROJECT>-<ID>`. `<PROJECT>`
-must start with a letter and can then be followed by capital or lower case
-letters, numbers or underscores. `<ID>` is a number. An example reference is `YT-101`, `Api_32-143` or `gl-030`.
+must start with a letter and is followed by letters, numbers, or underscores.
+`<ID>` is a number. An example reference is `YT-101`, `Api_32-143` or `gl-030`.
References to `<PROJECT>-<ID>` in merge requests, commits, or comments are automatically linked to the YouTrack issue URL.
For more information, see the [External Issue Tracker](../../../integration/external-issue-tracker.md) documentation.