[rt-users] RT - group transactions

2008-06-17 Thread Kenneth Crocker
Hey RT gang, I'm interested in catching transactions that occurs when the membership of a group changes. Purpose: I need my ticket owners to be able to select from a list of group members as to whom they want to do the QA test on a ticket. I don't know how to make the group visable for

Re: [rt-users] RT - group transactions

2008-06-17 Thread Todd Chapman
RT doesn't have scrips for anything but tickets. You could use Hook::Lexwrap to monitor the methods in Groups_Overlay.pm, but that isn't going to give you any ticket context, so then you would have to search for the affected tickets. On Tue, Jun 17, 2008 at 11:50 AM, Kenneth Crocker [EMAIL

Re: [rt-users] RT - group transactions

2008-06-17 Thread Kenneth Crocker
Todd, Yes, I figured my code would all be new, I just wanted to know if RT had any way of distinguishing a transaction modifying a group as opposed to a trans modifying a ticket. I can code the other stuff. Thanks. Kenn LBNL On 6/17/2008 10:12 AM, Todd Chapman wrote: RT doesn't

Re: [rt-users] RT - group transactions

2008-06-17 Thread Stephen Turner
At 6/17/2008 11:50 AM, Kenneth Crocker wrote: Hey RT gang, I'm interested in catching transactions that occurs when the membership of a group changes. Purpose: I need my ticket owners to be able to select from a list of group members as to whom they want to do the QA test on a ticket.

Re: [rt-users] RT - group transactions

2008-06-17 Thread Kenneth Crocker
Stephen, That's a thought. I may have to create some jobs down the line, so that would be another way. Thanks. Kenn On 6/17/2008 10:52 AM, Stephen Turner wrote: At 6/17/2008 11:50 AM, Kenneth Crocker wrote: Hey RT gang, I'm interested in catching transactions that occurs