Settings
The Bots have two types of settings - server wide and user preferences.
Workspace settings
Server wide settings are settings that affect the entire server. These settings can only be changed by users with the
MANAGE_SETTINGS permission via the /settings command.
Available settings
| Setting | Description |
|---|---|
| logging | Allows you to set a discord webhook url that will be used to log several actions on tasks. |
| auto_labeling | Enables/Disabled auto labeling. When enabled the bot uses AI to determine the best fitting label based on a task title and description, when the task is created. |
| auto_priority | Enables/Disables auto priority. When enabled the bot uses AI to determine the most fitting priority based on the task title and description, when the task is created. |
| private_responses | When enabled responses from some commands (e.g. /task list or /task info) are only visible to the user executing the command. When this is disabled, these responses will be visible to everyone. |
| default_assignee | Allows changing the default assignee for a task where no one was assigned when the task is created. |
| user_languages | If enabled, users can set their own preferred language via /preferences language. |
| user_timezones | If enabled, users can set their own preferred timezone via /preferences timezone. |
| language | Sets the language the bot and all other bots by bnder use. |
| timezone | Sets the timezone the bot and all other bots by bnder use. |
| dateformat | Sets the dateformat the bot and all other bots by bnder use. |
| direct_messages | If disabled, the bot will not send direct messages to any user on the server for certain actions, like task assignments. |
Available only in the app
| Setting | Description |
|---|---|
| Label suggestions | When enabled, users in the app will receive label suggestions based on the task title and description. |
| Todo suggestions | When enabled, users in the app will receive todo suggestions based on the task title and description. |