As a JIRA administrator I found some warning according some filters in the log files. So I have now the filters IDs. I would like to know the names and the owners of those filters.
If I am using the https://example/issues/?filter=id
I get the message:
The requested filter doesn't exist or is private.
If I am using the SQL:
select *
from searchrequest
where id = id
I get empty table.
My question is, if the filter is private, would I see it in the SQL table? How can I find the Filter Name and owner?