[rt-users] How to delete saved search
Mikko Lehto
mikko.lehto at setera.fi
Thu Apr 21 01:39:35 EDT 2011
Kenneth Crocker wrote:
> You can do it by looking at the DataBase. Try some SQL that looks something
> like this:
>
> select *
> from ATTRIBUTES
> where Name = 'SavedSearch'
> and ObjectType = 'RT::Group';
>
> Then find the one that matches your saved search and the ObjectId will be
> the same as the Group ID. Look up the Group name by using that Group Id.
> Then you can go into RT, join that group, load/delete that search.
Hi
Thanks for your attention, sorry I guess I was not clear enough in my mail.
I already solved my problem with similar query and added instructions to wiki:
http://requesttracker.wikia.com/wiki/RepairSearches#You_screwed_your_Saved_Search
--
Mikko
More information about the rt-users
mailing list