Hi .
I have a list of projects (PROJECT KEYS).
I would like to know the sql query for a given project key such that it lets me know the filter, if that filter was shared with that project.
As the list of project keys is long, I cant do this manually via gui.
Thankyou
Umair
It's going to be ugly and probably give you false positives, but look in the table "searchrequest". The plain strings of filters are in there, so you'll need to parse them for "project =" and "project in" type things
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.