Hi,
Any one have idea about sql Query to fetch the project name in shared filters
ie if filter name is fdpio which consists project =xyz
i would like to get the filters with particular value xyz
You can search for filters in table searchrequest.
As for the query, you can use something like
SELECT filtername FROM searchrequest WHERE reqcontent LIKE '%xyz%';
but that will give you a lot of false alarms. As jira uses jql query string to keep the filter query that can be interpreted in a big set of ways - creation of such universal query seems to be impossible.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.