diff options
author | Achilleas Pipinellis <axilleas@axilleas.me> | 2016-11-02 12:15:40 +0000 |
---|---|---|
committer | Achilleas Pipinellis <axilleas@axilleas.me> | 2016-11-02 12:15:40 +0000 |
commit | 308348852fec966ddd6bf742ccd0767bc929a1da (patch) | |
tree | 65ad5a8e92c0a8c620c672bfaf60993dcdb3251a | |
parent | aca7bd13883d27b31f77355ac83e2847c146cdee (diff) | |
parent | efc9ca6d71cb5c2351584e3edb289ec355521895 (diff) | |
download | gitlab-ce-308348852fec966ddd6bf742ccd0767bc929a1da.tar.gz |
Merge branch 'mrchrisw/gitlab-version-fix' into 'master'
GitLab 8.13 not 13
cc// @felipe_artur
See merge request !7234
-rw-r--r-- | doc/integration/jira.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/integration/jira.md b/doc/integration/jira.md index cf1557ddc44..2e31fd994de 100644 --- a/doc/integration/jira.md +++ b/doc/integration/jira.md @@ -135,7 +135,7 @@ password as they will be needed when configuring GitLab in the next section. JIRA configuration in GitLab is done via a project's **Services**. -#### GitLab 13.0 with JIRA v1000.x +#### GitLab 8.13.0 with JIRA v1000.x To enable JIRA integration in a project, navigate to the project's and open the context menu clicking on the top right gear icon, then go to @@ -160,7 +160,7 @@ with the linked JIRA project. #### GitLab 6.x-7.7 with JIRA v6.x -_**Note:** GitLab versions 13.0 and up contain various integration improvements. +_**Note:** GitLab versions 8.13.0 and up contain various integration improvements. We strongly recommend upgrading._ In `gitlab.yml` enable the JIRA issue tracker section by |