summaryrefslogtreecommitdiff
path: root/doc/user/project
diff options
context:
space:
mode:
authorMatthias Baur <m.baur@syseleven.de>2019-06-03 14:52:54 +0200
committerMatthias Baur <m.baur@syseleven.de>2019-06-03 16:05:20 +0200
commite8683efea5aaed0c8c4b6efc75395372a3a3662b (patch)
tree5c63a5f07627e5d3759c4b3fe29bdb1848f7d66d /doc/user/project
parent205f0d0cfe7ff47ead965ff120599dc3f2453974 (diff)
downloadgitlab-ce-e8683efea5aaed0c8c4b6efc75395372a3a3662b.tar.gz
Allow lowercase prefix for Youtrack issue ids
Relates to #42595. Fixes #62661.
Diffstat (limited to 'doc/user/project')
-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 a2a468b6fe4..07f362d48d3 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 capital 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` or `Api_32-143`.
+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`.
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.