Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

How do I make sure people only have access to specific projects?

Michael Arndt
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
May 23, 2019

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?

3 answers

2 accepted

2 votes
Answer accepted
Joe Pitt
Community Champion
May 23, 2019

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.

 

  1. 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.
  2. Then I suggest you setup Project Roles for the various functions like, tester, QA, Browse Only, etc.
  3. By using project roles, one permission scheme will cover all projects. The project admin controls project role membership
  4. If the project leads want everyone that can logon access to the project they can add the logon group to a project role with the desired permissions.

 

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.

0 votes
Answer accepted
Michael Arndt
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
May 23, 2019

> 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?

 

Joe Pitt
Community Champion
May 24, 2019

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.

Like Michael Arndt likes this
Michael Arndt
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
May 26, 2019

Great answer. Thank you so much.

0 votes
Michael Arndt
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
May 23, 2019

https://youtu.be/b_bqn1CLsi8

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.

Suggest an answer

Log in or Sign up to answer