summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorSean McGivern <sean@mcgivern.me.uk>2018-04-16 09:28:57 +0000
committerSean McGivern <sean@mcgivern.me.uk>2018-04-16 09:28:57 +0000
commited9971081cf8a192ec6dd28b4dad449082658a85 (patch)
treee1d73d7b5a0e35612b309c35e1d9197c40968dc5 /doc
parentbcaba662e503af979a3a3b68a53d753cb6d930ee (diff)
parent6f815e5488f5af634ee752b7a349ebe3efb7a5ee (diff)
downloadgitlab-ce-ed9971081cf8a192ec6dd28b4dad449082658a85.tar.gz
Merge branch 'custom-issue-tracker-docs' into 'master'
Update custom issue tracker docs See merge request gitlab-org/gitlab-ce!18375
Diffstat (limited to 'doc')
-rw-r--r--doc/user/project/integrations/custom_issue_tracker.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/user/project/integrations/custom_issue_tracker.md b/doc/user/project/integrations/custom_issue_tracker.md
index 731291ebe84..6fc083170b6 100644
--- a/doc/user/project/integrations/custom_issue_tracker.md
+++ b/doc/user/project/integrations/custom_issue_tracker.md
@@ -15,8 +15,8 @@ in the table below.
Once you have configured and enabled Custom Issue Tracker Service you'll see a link on the GitLab project pages that takes you to that custom issue tracker.
-
## Referencing issues
-Issues are referenced with `#<ID>`, where `<ID>` is a number (example `#143`).
-So with the example above, `#143` would refer to `https://customissuetracker.com/project-name/143`. \ No newline at end of file
+- Issues are referenced with `ANYTHING-<ID>`, where `ANYTHING` can be any string and `<ID>` is a number used in the target project of the custom integration (example `PROJECT-143`).
+- `ANYTHING` is a placeholder to differentiate against GitLab issues, which are referenced with `#<ID>`. You can use a project name or project key to replace it for example.
+- So with the example above, `PROJECT-143` would refer to `https://customissuetracker.com/project-name/143`. \ No newline at end of file