[rt-users] Updating saved searches via API

2011-05-18 Thread JP White
We are running RT version 3.8.9 on MySQL. I have a need to rename a bunch of queues (for several reasons) and have been asked to be update ALL saved searches and find/replace queue names. I haven't been able to find any good code examples on how this could be done. I have some code that will

Re: [rt-users] Updating saved searches via API

2011-05-18 Thread Ruslan Zakirov
Hi, Saved searches are in Attributes table, so at the end you should get RT::Attribute object. Access -Content, do regexps or something else to rename queues and use SetContent method for update. On Wed, May 18, 2011 at 8:08 PM, JP White jpwh...@hotmail.com wrote: We are running RT version