Mass re-assign of review requests?

2013-02-25 Thread Paul Lynch
We recently had someone leave our team, and I would like to reassign all of the review requests currently assigned to him to someone new. Is there a way to do that without opening all the unclosed requests one by one, checking to see if he was assigned, and editing the "people" field one at a

Re: Mass re-assign of review requests?

2013-02-25 Thread David Trowbridge
Paul, You could write a django management command (or use the django shell) to do this. It would require some knowledge of how the django ORM works, but if there's a lot of them, it might be faster. -David On Mon, Feb 25, 2013 at 12:30 PM, Paul Lynch wrote: > We recently had someone leave ou