Holaa Community peeps!
There’s a Jira admin question that sounds incredibly simple:
“Can you tell me which projects this user has access to?”
For one user and one project, that's usually manageable. But when someone asks you to check this across dozens of users and hundreds of projects, things can get messy pretty quickly. 😅
However, Jira does give you a ways to investigate this today.
For a quick check, you can use “Log in as user” to see what a particular user can access. You can also look through their groups, project roles and permission schemes to understand how that access is being granted.
If you're comfortable with APIs, you can take this a step further with Jira's REST APIs and pull information about users, groups, project roles and permissions. With some scripting, you can build your own report showing which users are connected to which projects.
That's probably the most flexible approach if you have a technical team that can maintain it.
But, the original question that got me thinking about this was essentially:
“I have 70 users. Do I really need to check every project one by one just to find out what each user can access?”
That's exactly the kind of scenario we had in mind when we built Access Reviewer360. The idea is pretty simple: pick a user and see all the projects they can access, or pick a project and see which users have access to it, all from one place.
For smaller Jira environments, the native options may be more than enough. But when the number of users and projects starts growing, having everything in one view can make these checks a lot easier.
I'm curious how other Jira admins handle this today, especially if you're managing hundreds of projects. Are you using automation, REST API scripts, spreadsheets, or something else?
Ananjan_miniOrange
2 comments