From 6cd45bac7a12015bc4d171ed2f15c931f26cf024 Mon Sep 17 00:00:00 2001 From: Alya Abbott Date: Thu, 13 Mar 2025 11:55:00 -0700 Subject: [PATCH] help: Document permission to resolve topics. --- help/include/sidebar_index.md | 1 + help/restrict-moving-messages.md | 2 +- help/restrict-resolving-topics.md | 28 ++++++++++++++++++++++++++++ 3 files changed, 30 insertions(+), 1 deletion(-) create mode 100644 help/restrict-resolving-topics.md diff --git a/help/include/sidebar_index.md b/help/include/sidebar_index.md index d0cea1fd01..82a66d5f8a 100644 --- a/help/include/sidebar_index.md +++ b/help/include/sidebar_index.md @@ -239,6 +239,7 @@ * [Restrict message editing](/help/restrict-message-editing-and-deletion) * [Restrict message edit history access](/help/restrict-message-edit-history-access) * [Restrict moving messages](/help/restrict-moving-messages) +* [Restrict resolving topics](/help/restrict-resolving-topics) * [Restrict name and email changes](/help/restrict-name-and-email-changes) * [Restrict profile picture changes](/help/restrict-profile-picture-changes) * [Restrict permissions of new members](/help/restrict-permissions-of-new-members) diff --git a/help/restrict-moving-messages.md b/help/restrict-moving-messages.md index 7f451a1c1a..df443561af 100644 --- a/help/restrict-moving-messages.md +++ b/help/restrict-moving-messages.md @@ -12,7 +12,6 @@ recommended because: - It allows the community to keep conversations organized, even if some members are still learning how to use topics effectively. -- It lets users [resolve topics](/help/resolve-a-topic). - It makes it possible to fix a typo in the topic of a message you just sent. You can let users edit topics without a time limit, or prohibit topic editing on @@ -88,5 +87,6 @@ Permissions for moving messages between channels can be configured separately. * [Move content to another topic](/help/move-content-to-another-topic) * [Move content to another channel](/help/move-content-to-another-channel) * [Restrict message editing and deletion](/help/restrict-message-editing-and-deletion) +* [Restrict resolving topics](/help/restrict-resolving-topics) * [Restrict message edit history access](/help/restrict-message-edit-history-access) * [User roles](/help/user-roles) diff --git a/help/restrict-resolving-topics.md b/help/restrict-resolving-topics.md new file mode 100644 index 0000000000..9a894886c2 --- /dev/null +++ b/help/restrict-resolving-topics.md @@ -0,0 +1,28 @@ +# Restrict resolving topics + +{!admin-only.md!} + +Zulip lets you configure who can [mark topics as resolved](/help/resolve-a-topic). This +permission can be granted to any combination of [roles](/help/user-roles), +[groups](/help/user-groups), and individual +[users](/help/introduction-to-users). + +{start_tabs} + +{tab|desktop-web} + +{settings_tab|organization-permissions} + +1. Under **Moving messages**, configure **Who can resolve topics**. + +{!save-changes.md!} + +{end_tabs} + +## Related articles + +* [Restrict moving messages](/help/restrict-moving-messages) +* [Resolve a topic](/help/resolve-a-topic) +* [Rename a topic](/help/rename-a-topic) +* [Move content to another topic](/help/move-content-to-another-topic) +* [Move content to another channel](/help/move-content-to-another-channel)