Why can everyone in my company see my Jira project?
· Andrey Guenov

If everyone in your company can see your Jira project, it's almost always because the Browse Projects permission is granted to 'Any logged-in user' in the project's permission scheme. That default makes the project visible to every licensed user in your site. Change that grant to a specific project role or group and the exposure stops.
If you've just discovered that anyone in your company can open a Jira project you assumed was private, there's one setting that explains it about nine times out of ten.
The Browse Projects permission is granted to "Any logged-in user."
That grant does exactly what it says: every licensed user in your Jira site can see the project. Not your team. Not the department. Everyone with an account. It's a common default, nobody deliberately chose it, and it sits there quietly until the day someone mentions they read your sprint board.
Why this happens
Jira governs who can do what through permission schemes — reusable lists mapping each permission to whoever holds it. Browse Projects is the master visibility switch: hold it, and you can see the project. (If schemes themselves are the part that's confusing, our permission schemes explainer walks through the whole model.)
Many default schemes grant Browse Projects broadly, on the reasonable assumption that internal transparency is a feature. For a lot of teams it is. For client work, HR, security, finance, or anything confidential, it isn't — and because nothing in the interface announces it, the project looks private until it demonstrably isn't.
How to check and fix it
- Open the project, then Project settings → Permissions.
- Find Browse Projects and look at who it's granted to. If you see "Any logged-in user" or "Application access," that's your answer.
- Change the grant to a specific project role (like Team, or a role you create) or a group.
- Make sure the right people are actually in that role — Project settings → People.
- While you're there, scan the other sensitive permissions: Administer Projects, Delete Issues, Manage Sprints. They're often broader than intended too.
If you'd rather work through that audit systematically, the Jira project permission leak checklist covers the same ground in order, including the grants people skip.
The trap when you edit
Permission schemes are shared. The same scheme is frequently attached to many projects, so tightening it for one project silently tightens it for all of them — which may be what you want, or may break access for a team you weren't thinking about.
Before you edit, check which projects use the scheme. If several do and only one needs different rules, copy the scheme, change the copy, and attach it to just that project. It's an extra minute and it avoids a confusing outage.
Use roles, not named users
When you make the change, grant the permission to a project role rather than listing individuals. A role's membership is set per project, so one shared scheme can behave correctly across many projects — Project A's Team role contains Project A's people, Project B's contains Project B's. Granting permissions to named users means editing schemes every time someone joins or leaves, and that maintenance burden is how instances end up with forty near-identical schemes nobody understands.
Related: this isn't the same as anonymous access
Worth separating two things people conflate. "Any logged-in user" means every licensed person in your site. Anonymous access is a different setting entirely, available on paid plans, that makes a project visible to anyone with the URL — no account at all. If you're auditing exposure, check both. Anonymous access is the more serious of the two, and it's genuinely public.
Fix the Browse Projects grant first. It's one dropdown, it takes a minute, and it's the single most common reason a private project isn't.
I'm Andrey. I build small, focused apps for Jira at Guenov Labs, and I write about the parts of Jira that are more confusing than they need to be.
FAQ
- Why can everyone in my company see my Jira project?
- Almost always because the Browse Projects permission in the project's permission scheme is granted to 'Any logged-in user' (sometimes shown as 'Application access'). That grant makes the project visible to every licensed user in your Jira site, not just your team. Changing it to a specific project role or group restricts visibility immediately.
- How do I make a Jira project private?
- Open Project settings, then Permissions, and find the Browse Projects permission. Replace any grant to 'Any logged-in user' with a specific project role or group, then add only the intended people to that role. Also review Administer Projects and other sensitive permissions while you're there.
- Will changing the permission scheme affect other projects?
- It can. Permission schemes are reusable and often shared across several projects, so editing one changes every project using it. Check which projects share the scheme before editing, and if only one project needs different rules, copy the scheme and attach the copy to that project instead.