[rt-users] Superuser right to reassign tickets
Ruslan U. Zakirov
Ruslan.Zakirov at miet.ru
Thu May 5 14:21:29 EDT 2005
Vicki Stanfield wrote:
> I thought I saw a week or two ago a post about the superuser in an
> rt3.4.1 installation not being able to reassign tickets that were owned
> by someone else. Now I have that problem and google and can't find it.
> How do I make it so superusers can reassign tickets without taking
> ownership of them first. Is there a scrip that I am missing?
You can use:
$TicketObj->SetOwner( $new_owner, 'Force' );
or
$TicketObj->SetOwner( $new_owner, 'Steal' );
Difference between this variants is type of transaction that would be
writen.
--
Regards, Ruslan.
>
> Vicki
> _______________________________________________
> http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users
>
> Be sure to check out the RT Wiki at http://wiki.bestpractical.com
>
More information about the rt-users
mailing list