Commit 69432c885c7f77489c2b3a3cf118c7622647ac9b

Authored by Sytse Sijbrandij
2 parents 603bcfcb cf788f3d

Merge branch 'jira_issue_reference' into 'master'

Explain how to refer to JIRA issues
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,7 +2,7 @@ GitLab has a great issue tracker but you can also use an external issue tracker
2 2
3 - the 'Issues' link on the GitLab project pages takes you to the appropriate JIRA issue index; 3 - the 'Issues' link on the GitLab project pages takes you to the appropriate JIRA issue index;
4 - clicking 'New issue' on the project dashboard creates a new JIRA issue; 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 ![jira screenshot](jira-intergration-points.png) 7 ![jira screenshot](jira-intergration-points.png)
8 8