Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
00567feb
Commit
00567feb
authored
Jun 05, 2020
by
Jan Provaznik
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix feature flag name for service desk email
parent
c2fc5a4b
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
doc/user/project/service_desk.md
doc/user/project/service_desk.md
+2
-2
No files found.
doc/user/project/service_desk.md
View file @
00567feb
...
...
@@ -173,12 +173,12 @@ As a result, a new Service Desk issue is created from this email in the `mygroup
#### Enable custom email address
This feature comes with the
`service_desk_
email
`
feature flag disabled by default.
This feature comes with the
`service_desk_
custom_address
`
feature flag disabled by default.
To turn on the feature, ask a GitLab administrator with Rails console access to run the following
command:
```
ruby
Feature
.
enable
(
:service_desk_
email
)
Feature
.
enable
(
:service_desk_
custom_address
)
```
The configuration options are the same as for configuring
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment