Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature: User satisfaction survey plugin config #7445

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 14 additions & 12 deletions source/configure/plugins-configuration-settings.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1360,7 +1360,7 @@ Access the following configuration settings in the System Console by going to **
.. config:setting:: plugins-surveysenable
:displayname: Enable plugin (Plugins - User Satisfaction Surveys)
:systemconsole: Plugins > User Satisfaction Surveys
:configjson: N/A
:configjson: PluginSettings.PluginStates.com.mattermost.user-survey.Enable
:environment: N/A

- **true**: (Default) Enables the Mattermost User Satisfaction Surveys plugin on your Mattermost workspace.
Expand All @@ -1369,15 +1369,16 @@ Access the following configuration settings in the System Console by going to **
Enable plugin
~~~~~~~~~~~~~

+---------------------------------------------------------------------------------------------------------------+---------------------------------------------------------------+
| - **true**: (Default) Enables the Mattermost User Satisfaction Surveys plugin on your Mattermost workspace. | - System Config path: **Plugins > User Satisfaction Surveys** |
| - **false**: Disables the Mattermost User Satisfaction Surveys plugin on your Mattermost workspace. | |
+---------------------------------------------------------------------------------------------------------------+---------------------------------------------------------------+
+---------------------------------------------------------------------------------------------------------------+----------------------------------------------------------------------------------------------+
| - **true**: (Default) Enables the Mattermost User Satisfaction Surveys plugin on your Mattermost workspace. | - System Config path: **Plugins > User Satisfaction Surveys** |
| - **false**: Disables the Mattermost User Satisfaction Surveys plugin on your Mattermost workspace. | - ``config.json`` setting: ``PluginSettings.PluginStates.com.mattermost.user-survey.Enable`` |
| | - Environment variable: N/A |
+---------------------------------------------------------------------------------------------------------------+----------------------------------------------------------------------------------------------+

.. config:setting:: plugins-surveysenablesend
:displayname: Enable user satisfaction survey (Plugins - User Satisfaction Surveys)
:systemconsole: Plugins > User Satisfaction Surveys
:configjson: N/A
:configjson: PluginSettings.PluginStates.com.mattermost.user-survey.Enable
:environment: N/A

- **true**: A user satisfaction survey is sent to all users every quarter.
Expand All @@ -1386,12 +1387,13 @@ Enable plugin
Enable user satisfaction survey
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

+-----------------------------------------------------------------------------------------------------------------------------+---------------------------------------------------------------+
| - **true**: A survey is sent to all users every quarter. Results are used by Mattermost, Inc. to improve the product. | - System Config path: **Plugins > User Satisfaction Surveys** |
| - **false**: (Default) User satisfaction surveys are disabled. | |
+-----------------------------------------------------------------------------------------------------------------------------+---------------------------------------------------------------+
| **Note**: See the `Mattermost Privacy Policy <https://mattermost.com/privacy-policy/>`__ for more information on the collection and use of information by Mattermost. |
+-----------------------------------------------------------------------------------------------------------------------------+---------------------------------------------------------------+
+-----------------------------------------------------------------------------------------------------------------------------+--------------------------------------------------------------------------------------------------------------------+
| - **true**: A survey is sent to all users every quarter. Results are used by Mattermost, Inc. to improve the product. | - System Config path: **Plugins > User Satisfaction Surveys** |
| - **false**: (Default) User satisfaction surveys are disabled. | - ``config.json`` setting: ``PluginSettings.Plugins.com.mattermost.user-survey.systemconsolesetting.EnableSurvey`` |
| | - Environment variable: N/A |
+-----------------------------------------------------------------------------------------------------------------------------+--------------------------------------------------------------------------------------------------------------------+
| **Note**: See the `Mattermost Privacy Policy <https://mattermost.com/privacy-policy/>`__ for more information on the collection and use of information by Mattermost. |
+-----------------------------------------------------------------------------------------------------------------------------+--------------------------------------------------------------------------------------------------------------------+

----

Expand Down
Loading