fix JIRA documentation by explaining how to reference JIRA issues in GitLab comments
This commit is contained in:
parent
3b0510a7c1
commit
cf788f3d97
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in a new issue