diff options
author | Achilleas Pipinellis <axilleas@axilleas.me> | 2016-01-25 23:59:49 +0100 |
---|---|---|
committer | Achilleas Pipinellis <axilleas@axilleas.me> | 2016-01-25 23:59:49 +0100 |
commit | 229845947f09e158937f114e0cedf486252bdda5 (patch) | |
tree | 184191364e3b76764069f7384730a2c45ac8f832 /doc/project_services | |
parent | fbc988de54e7e87cde2828a43942181907a42c7d (diff) | |
download | gitlab-ce-229845947f09e158937f114e0cedf486252bdda5.tar.gz |
Add minimum required GitLab version
[ci skip]
Diffstat (limited to 'doc/project_services')
-rw-r--r-- | doc/project_services/jira.md | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/doc/project_services/jira.md b/doc/project_services/jira.md index 17b9d59d439..d6b2e7f521b 100644 --- a/doc/project_services/jira.md +++ b/doc/project_services/jira.md @@ -81,7 +81,10 @@ password as they will be needed when configuring GitLab in the next section. ### Configuring GitLab -_**Note:** The currently supported JIRA versions are v6.x and v7.x._ +_**Note:** The currently supported JIRA versions are v6.x and v7.x. and GitLab +7.8 or higher is required._ + +--- Assuming you [have already configured JIRA](#configuring-jira), now it's time to configure GitLab. @@ -116,8 +119,8 @@ with the linked JIRA project. By now you should have [configured JIRA](#configuring-jira) and enabled the [JIRA service in GitLab](#configuring-gitlab). If everything is set up correctly -you should be able to reference JIRA issues and close JIRA issues by just -mentioning their ID in GitLab commits and merge requests. +you should be able to reference and close JIRA issues by just mentioning their +ID in GitLab commits and merge requests. ### Referencing JIRA Issues |