Skip to content

Commit 9dc0ca4

Browse files
Added functionality to archive/unarchive teams from system console (#4927)
* Added functionality to archive/unarchive teams from system console Documentation for: mattermost/mattermost-webapp#8129 Updated: - Set Up, Manage, Onboard, and Comply > Manage Mattermost > Self-Managed Deployments > Managing Team and Channel Members (E20) > Team Profile - Updated section to include details on how to archive/unarchive the team * Added archive/unarchive updates to Cloud-specific page * Updated LHS - Moved self-managed topic from all instances to self-managed - Added Cloud-specific topic * added mmctl equivalent for team restore * added mmctl equivalent for team restore (self-managed) * Update source/manage/cloud-team-and-channel.rst Co-authored-by: Justine Geffen <[email protected]> * Update source/manage/team-channel-members.rst Co-authored-by: Justine Geffen <[email protected]>
1 parent 9c3f202 commit 9dc0ca4

File tree

3 files changed

+36
-5
lines changed

3 files changed

+36
-5
lines changed

source/guides/setup-onboard-manage-comply.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,6 @@ All Mattermost Instances
9898
:glob:
9999

100100
/manage/generating-support-packet.rst
101-
/manage/team-channel-members.rst
102101
/manage/mmctl-command-line-tool.rst
103102
/manage/user-satisfaction-surveys.rst
104103

@@ -109,6 +108,7 @@ Self-Managed Deployments
109108
:maxdepth: 1
110109
:glob:
111110

111+
/manage/team-channel-members.rst
112112
/manage/command-line-tools.rst
113113
/manage/scripts.rst
114114
/manage/statistics.rst
@@ -124,6 +124,7 @@ Cloud Workspaces
124124
:maxdepth: 1
125125
:glob:
126126

127+
/manage/cloud-team-channel.rst
127128
/manage/cloud-billing.rst
128129
/manage/cloud-reporting.rst
129130

@@ -154,4 +155,4 @@ Cloud Workspaces
154155
/comply/cloud-compliance-and-oversight.rst
155156
/comply/cloud-compliance-export.rst
156157
/comply/cloud-data-retention-policy.rst
157-
/comply/cloud-custom-terms-of-service.rst
158+
/comply/cloud-custom-terms-of-service.rst

source/manage/cloud-team-and-channel.rst

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
:orphan:
2-
31
Managing Team and Channel Members
42
=================================
53

@@ -23,6 +21,22 @@ Team Profile
2321

2422
The name and description of the team.
2523

24+
System Admins can archive or unarchive the team from within **User Management > Teams > Team Management**. Archiving a team makes its contents inaccessible for all users. All related information is archived, including posts from the database. Before archiving a team, we recommend that you perform a database backup.
25+
26+
Archiving a Team
27+
^^^^^^^^^^^^^^^^
28+
29+
Select **Archive Team**, then select **Save**. Select **Archive** when prompted to confirm the team archive.
30+
31+
Alternatively, System Admins can use the mmctl ``mmctl team archive`` to archive teams. See the `mmctl product documentation <https://docs.mattermost.com/manage/mmctl-command-line-tool.html#mmctl-team-archive>`__ for details.
32+
33+
Unarchiving a Team
34+
^^^^^^^^^^^^^^^^^^
35+
36+
Select **Unarchive Team**, then select **Save**.
37+
38+
Alternatively, System Admins can use the mmctl ``mmctl team restore`` to unarchive teams. See the `mmctl product documentation <https://docs.mattermost.com/manage/mmctl-command-line-tool.html#mmctl-team-restore>`__ for details.
39+
2640
Team Management
2741
~~~~~~~~~~~~~~~
2842

source/manage/team-channel-members.rst

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,23 @@ Select a team to view its configuration options.
1919
Team Profile
2020
~~~~~~~~~~~~
2121

22-
The name and description of the team.
22+
The name and description of the team.
23+
24+
System Admins can archive or unarchive the team from within **User Management > Teams > Team Management**. Archiving a team makes its contents inaccessible for all users. All related information is archived, including posts from the database. Before archiving a team, we recommend that you perform a database backup.
25+
26+
Archiving a Team
27+
^^^^^^^^^^^^^^^^
28+
29+
Select **Archive Team**, then select **Save**. Select **Archive** when prompted to confirm the team archive.
30+
31+
Alternatively, System Admins can use the mmctl ``mmctl team archive`` to archive teams. See the `mmctl product documentation <https://docs.mattermost.com/manage/mmctl-command-line-tool.html#mmctl-team-archive>`__ for details.
32+
33+
Unarchiving a Team
34+
^^^^^^^^^^^^^^^^^^
35+
36+
Select **Unarchive Team**, then select **Save**.
37+
38+
Alternatively, System Admins can use the mmctl ``mmctl team restore`` to archive teams. See the `mmctl product documentation <https://docs.mattermost.com/manage/mmctl-command-line-tool.html#mmctl-team-restore>`__ for details.
2339

2440
Team Management
2541
~~~~~~~~~~~~~~~

0 commit comments

Comments
 (0)