summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMarc Radulescu <marc@gitlab.com>2014-03-31 16:39:12 +0200
committerJacob Vosmaer <contact@jacobvosmaer.nl>2014-04-01 17:03:58 +0200
commitcf788f3d97658fe874d850ae450bcca8f10b1678 (patch)
treea9fe3bdfc98d875c8d94b9f3f7b61ebe5fd0261b /doc
parent3b0510a7c124a8511966ad4785757bd4d78998ac (diff)
downloadgitlab-ce-cf788f3d97658fe874d850ae450bcca8f10b1678.tar.gz
fix JIRA documentation by explaining how to reference JIRA issues in GitLab comments
Diffstat (limited to 'doc')
-rw-r--r--doc/integration/external-issue-tracker.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/integration/external-issue-tracker.md b/doc/integration/external-issue-tracker.md
index 3212ebd64b5..6b34826da52 100644
--- a/doc/integration/external-issue-tracker.md
+++ b/doc/integration/external-issue-tracker.md
@@ -2,7 +2,7 @@ GitLab has a great issue tracker but you can also use an external issue tracker
- the 'Issues' link on the GitLab project pages takes you to the appropriate JIRA issue index;
- clicking 'New issue' on the project dashboard creates a new JIRA issue;
-- textual references to PROJECT-1234 in comments, commit messages get turned into HTML links to the corresponding JIRA issue.
+- To reference JIRA issue PROJECT-1234 in comments, use syntax #PROJECT-1234. Commit messages get turned into HTML links to the corresponding JIRA issue.
![jira screenshot](jira-intergration-points.png)