Is there a way we can get all the saved Jira queries or list the saved query name under a Jira user account? I have written a code snippet to extract a list of issues by giving a query as input for now. In the enhanced version, my intention now is to list out all the saved queries under a user name and then prompt the user to select which query he wants to run. User can then enter the choice of one number like 1st or 2nd or 3rd .... and based on that input, code will select that query to run.
Does anyone know if we have an option to get the list of saved queries or its saved query name using Python code?
@Clicker Welcome to the community!
You need to fetch Named Filter data, which is exposed by this api,
https://developer.atlassian.com/cloud/jira/platform/rest/v3/?#api-rest-api-3-filter-search-get
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.