Riassegna in blocco i topic da un utente a un altro

Sarei grato se ci fosse un modo (un task rake o una query da riga di comando per il database vanno bene) per aggiornare in blocco argomenti e messaggi, assegnandoli da un utente a un altro. Questa necessità si presenta frequentemente nella mia community, dato che lo staff entra ed esce, ma dobbiamo comunque seguire gli sviluppi. Attualmente ho un utente con quasi 100 argomenti assegnati che devono essere trasferiti a qualcun altro.

I don’t have an instance where I have assigned stuff to figure it out. If you’re desperate and have a budget, I can help.

I don’t have a budget, sadly. Thanks for the offer, though! I think I will just work my way through this list.

This situation comes up periodically and I am always wishing there were a quick fix, but at the end of the day it typically is better anyway to just buckle down and take a few hours to look at the tickets and close them or reassign them to somebody else.

### Change post ownership
rake users:change_post_ownership["old","new"]
rake users:change_post_ownership["old","new",private]

thanks @omarfilip! Do those rake tasks change author of post or change who it is assigned to?

Oh, I may have misunderstood the question. The one above is for post author, not assignment. :slightly_frowning_face: