diff options
author | Evan Read <eread@gitlab.com> | 2019-08-02 02:10:30 +0000 |
---|---|---|
committer | Evan Read <eread@gitlab.com> | 2019-08-02 02:10:30 +0000 |
commit | 040eb078e992321a35d7870dfe2efeaf51158e36 (patch) | |
tree | b67e013f4a0cd4315919ccc51368cd3ffa52ca14 | |
parent | fa9ba1f90abcd86c35c28d517ec6ee0bfc7ec721 (diff) | |
parent | af166501a5bb045c5e5ec6a711778134bad4d53b (diff) | |
download | gitlab-ce-040eb078e992321a35d7870dfe2efeaf51158e36.tar.gz |
Merge branch 'docs/jira_server_create_user' into 'master'
Corrected name of Jira group
See merge request gitlab-org/gitlab-ce!31358
-rw-r--r-- | doc/user/project/integrations/jira_server_configuration.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/user/project/integrations/jira_server_configuration.md b/doc/user/project/integrations/jira_server_configuration.md index 5116cbfe9ac..1efd0ff3944 100644 --- a/doc/user/project/integrations/jira_server_configuration.md +++ b/doc/user/project/integrations/jira_server_configuration.md @@ -3,8 +3,8 @@ We need to create a user in Jira which will have access to all projects that need to integrate with GitLab. -As an example, we'll create a user named `gitlab` and add it to the `Jira-developers` -group. +As an example, we'll create a user named `gitlab` and add it to a new group +named `gitlab-developers`. NOTE: **Note** It is important that the Jira user created for the integration is given 'write' |