I'm learning to add users now.
I have a user who I only want to have access to a project called "Purchasing".
When I added him and he log into the Android Jira app it looks like he had access to all projects. He's not a member of the Developer group.
What do I have to do to make sure he can only see and create issues in the Purchasing project?
JIRA permissions
First, by default JIRA has a horrible permission scheme that violates security best practices by allowing everyone that can logon to do just about everything.
JIRA works by GRANTING access. You can't restrict access. By default, it grants access to the group used to logon (see Global permissions to see the "can use" groups and admin groups). This is where users are getting their access.
This may be a big effort, but it will pay off down the road by making it easy to control access.
Most of the 'old timers' use project roles. It meets the best practice for security and gives complete control to the project lead for access to their project. JIRA comes with many project roles, but you can add more if you have a special need.
> The FIRST thing you need to do to get control is to remove any groups with logon privileges from the permission scheme unless you absolutely want everyone to have that permission.
So I went to Global Permissions, Permission Schemes and then when I open up a scheme I need to remove any reference to "Any logged in user". Is that correct?
Is there any reason you wouldn't use groups instead of roles?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Groups are controlled by JIRA admin which gives one more duty to the JIRA admin and they may add users you don't want to have in your project. Roles gives complete control to project leads.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Great answer. Thank you so much.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
So this video did a pretty good job of simplifying permissions for me.
I basically just need to be specific with what each item grants access to and just don't have it available to everyone who is logged in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.