gabrieljackson / mattermost-plugin-wrangler

Manage Mattermost Messages Masterfully!
Apache License 2.0
49 stars 13 forks source link

Move Channel to Another Team? #113

Closed phreed closed 3 years ago

phreed commented 3 years ago

Wrangler can move a Thread from one Channel to another. Is it possible to move a Channel from one Team to another?

gabrieljackson commented 3 years ago

Hey @phreed, the ability to move a channel to a different team is actually supported by the official mmctl management tool for Mattermost: https://docs.mattermost.com/manage/mmctl-command-line-tool.html#mmctl-channel-move

Because moving entire channels to another team has additional considerations, this will be something that won't be supported in Wrangler for now. mmctl should be used when this functionality is needed.

Let me know if you have any other questions.