Re: [rt-users] Change transaction creator

2015-03-25 Thread Alex Vandiver
On Wed, 25 Mar 2015 03:36:38 -0700 (MST) andriusk
andrius.kul...@gmail.com wrote:
 I want to change the creator of the transaction, if it is done lets say via
 REST, in other words if creator is REST_USER change it to USER_1.
 
 Is that possible? I guess that the Creator is set in RT::Record-Create
 method?

Stock RT does not support doing things on behalf of other users, via
the REST interface or standard web UI.  Doing the create via the perl
API is the only way to do so.
 - Alex


[rt-users] Change transaction creator

2015-03-25 Thread andriusk
Hello,

I want to change the creator of the transaction, if it is done lets say via
REST, in other words if creator is REST_USER change it to USER_1.

Is that possible? I guess that the Creator is set in RT::Record-Create
method?



--
View this message in context: 
http://requesttracker.8502.n7.nabble.com/Change-transaction-creator-tp59800.html
Sent from the Request Tracker - User mailing list archive at Nabble.com.