I am trying to query all issues another user can view. This would be executed from an admin account with all permissions. I know an empty JQL query would return all issues *they* have access to. However, I am trying to find what issues user XYZ has access to, without obtaining a personal access key or account credentials of user XYZ.
Creating a search application that will integrate jira issues in the search. I am able to find relevant issues relating to the search but now I need to filter them by only issues that the user actually has permission for. I only have the username/accountId for the searching user.
I am fine with a JQL solution or a different API endpoint. I have tried to use permissions/check but it's not available to the data center version I believe.
Hello @SneakyFx
Welcome to the Atlassian community.
There is no native JQL methods available that will give you what you want.
What is the problem that you are trying to solve by getting this information?
Are you going to have to do this repeatedly for multiple users, or is this a one time need?
Creating a search application that will integrate jira issues in the search. I am able to find relevant issues relating to the search but now I need to filter them by only issues that the user actually has permission for. I only have the username/accountId for the searching user.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
The permissions/check endpoint seems to accomplish what I need, but it isn't available for data center version I don't think. I may be mistaken.
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.