Hello Support Team -
Is there a way to see all the filter names I created with the JQL query? for e.g.
if I gave created one filter-
my-first-filter - project = xxxxx and affectedVersion = tttttt
i want to see-
my-first-filter Project=xxxxx and affectedVersion = ttttttt
issues -> Manage Filters doesn’t show the JQL of the filter
The only way to search filters created by someone is if you are a Jira admin in System -> Search Shared Filters. This page will allow you to search filters created by a user.
I can search but how in the search results I can see filter JQL query.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You would have to query the DB to get the actual JQL without having to look at them individually. The table you would need to look at is searchrequest.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.