Is there a way to search issues using Jira API (using Jql queries) which does not require to specify an user?
Not really - the system generally needs a user so it can parse through the user permissions. If you bypass that, you might as well bin all your security and then use any old dummy user in your searches.
That said, yes, there is code you can delve into, but it's not generally a good idea.
Could you explain what you're trying to achieve? We may be able to get you a better/cleaner way of doing it than an insecure search.
Thank you for your quick answer!
My goal is to save data from a search result into an external database, so that I can reuse it into another application.
In fact, I want to do a query which implies a Jql function and to save the issue counting in the database.
I think there is no other alternative, but I was wondering that since this is a Jira plugin I can search in query without specifying a user.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
If you want to bypass all the security like that, you might as well just read the Jira database directly. Or set up a dummy user who has read-access to all projects
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.