fix JIRA documentation by explaining how to reference JIRA issues in GitLab comments

This commit is contained in:
Marc Radulescu 2014-03-31 16:39:12 +02:00 committed by Jacob Vosmaer
parent 3b0510a7c1
commit cf788f3d97
1 changed files with 1 additions and 1 deletions

View File

@ -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)