Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc Radulescu <marc@gitlab.com>2014-03-31 18:39:12 +0400
committerJacob Vosmaer <contact@jacobvosmaer.nl>2014-04-01 19:03:58 +0400
commitcf788f3d97658fe874d850ae450bcca8f10b1678 (patch)
treea9fe3bdfc98d875c8d94b9f3f7b61ebe5fd0261b /doc/integration/external-issue-tracker.md
parent3b0510a7c124a8511966ad4785757bd4d78998ac (diff)
fix JIRA documentation by explaining how to reference JIRA issues in GitLab comments
Diffstat (limited to 'doc/integration/external-issue-tracker.md')
-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)