Commit cf788f3d97658fe874d850ae450bcca8f10b1678

Authored by Marc Radulescu
Committed by Jacob Vosmaer
1 parent 3b0510a7

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

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
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
2 2  
3 3 - the 'Issues' link on the GitLab project pages takes you to the appropriate JIRA issue index;
4 4 - clicking 'New issue' on the project dashboard creates a new JIRA issue;
5   -- textual references to PROJECT-1234 in comments, commit messages get turned into HTML links to the corresponding JIRA issue.
  5 +- To reference JIRA issue PROJECT-1234 in comments, use syntax #PROJECT-1234. Commit messages get turned into HTML links to the corresponding JIRA issue.
6 6  
7 7 ![jira screenshot](jira-intergration-points.png)
8 8  
... ...