VGOFSY7ZKCBD4LR4U5DUCVPLHZM4SL5VF7UUFVEVOYIMWKR7SQDAC
$c->stash->{jobset} = $project->jobsets->find({ name => $rename->to_ }) or die;
# Return a permanent redirect to the new jobset name.
my @captures = @{$c->req->captures};
$captures[1] = $rename->to_;
$c->res->redirect($c->uri_for($c->action, \@captures, $c->req->params), 301);
$c->detach;