summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean McGivern <sean@mcgivern.me.uk>2018-02-20 16:35:56 +0000
committerSean McGivern <sean@mcgivern.me.uk>2018-02-20 16:35:56 +0000
commit0e2ba2326ca3ff499138cabb563a159b48631771 (patch)
treee5990b43cc31ac621c4905172866d1ab0d3cff43
parent81add16e67aabaf907365c8061019b371d20ec3b (diff)
parent6a6572ad49c89ac7ed5bcbec5cb5cc82ccac76db (diff)
downloadgitlab-ce-0e2ba2326ca3ff499138cabb563a159b48631771.tar.gz
Merge branch 'docs-link-to-custom-issue-tracker' into 'master'
Docs update: Link to custom issue tracker See merge request gitlab-org/gitlab-ce!17242
-rw-r--r--doc/user/project/integrations/custom_issue_tracker.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/user/project/integrations/custom_issue_tracker.md b/doc/user/project/integrations/custom_issue_tracker.md
index 757522c2ae3..731291ebe84 100644
--- a/doc/user/project/integrations/custom_issue_tracker.md
+++ b/doc/user/project/integrations/custom_issue_tracker.md
@@ -13,6 +13,8 @@ in the table below.
| `issues_url` | The URL to the issue in the issue tracker project that is linked to this GitLab project. Note that the `issues_url` requires `:id` in the URL. This ID is used by GitLab as a placeholder to replace the issue number. For example, `https://customissuetracker.com/project-name/:id`. |
| `new_issue_url` | Currently unused. Will be changed in a future release. |
+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