Skip to content

Commit

Permalink
Feature: User satisfaction survey plugin config (#7445)
Browse files Browse the repository at this point in the history
* feature/7429-user-satisfaction-survey-plugin-config adding config.json path and env to enable plugin

* feature/7429-user-satisfaction-survey-plugin-config adding config.json path and env to user satisfaction survey

* feature/7429-user-satisfaction-survey-plugin-config reverting overwrite of config.json for servicenow

* feature/7429-user-satisfaction-survey-plugin-config adding metadata for config.json for enable

---------

Co-authored-by: Carrie Warner (Mattermost) <74422101+cwarnermm@users.noreply.github.com>
  • Loading branch information
TomerPacific and cwarnermm authored Oct 15, 2024
1 parent 7bb1beb commit 6e1060f
Showing 1 changed file with 14 additions and 12 deletions.
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

0 comments on commit 6e1060f

Please sign in to comment.