diff options
author | Adam Niedzielski <adamsunday@gmail.com> | 2017-06-30 14:47:53 +0200 |
---|---|---|
committer | Adam Niedzielski <adamsunday@gmail.com> | 2017-06-30 14:47:53 +0200 |
commit | 9da3076944146444cb864d5db066a766c76b1935 (patch) | |
tree | 85be2f080e31d3ad9f5243b49dbc4366cd0f9f71 /doc/integration | |
parent | 81dba76b9d7d120cd22e3619a4058bd4885be9bc (diff) | |
download | gitlab-ce-9da3076944146444cb864d5db066a766c76b1935.tar.gz |
Improve support for external issue referencesadam-external-issue-references-spike
Diffstat (limited to 'doc/integration')
-rw-r--r-- | doc/integration/external-issue-tracker.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/integration/external-issue-tracker.md b/doc/integration/external-issue-tracker.md index 265c891cf83..2dd9b33273c 100644 --- a/doc/integration/external-issue-tracker.md +++ b/doc/integration/external-issue-tracker.md @@ -8,6 +8,9 @@ you to do the following: issue index of the external tracker - clicking **New issue** on the project dashboard creates a new issue on the external tracker +- you can reference these external issues inside GitLab interface + (merge requests, commits, comments) and they will be automatically converted + into links ## Configuration |