I have 34 projects (including a project named "Project-S"). They are sharing the default permission scheme.
The default permission scheme is set up in such a way that it gives "Any logged in user" permissions to "Browse Project" and few more permissions.
Project-S has 3 issues types "Task", "bug" and "Story".
Now my scenario is, I want to grant user-1 access only to "Project-s" project, and only to "Task" and "Story".
User-1 should not be able to see the remaining 33 projects.
User-1 should not be able to see the "Bug" issue type in project "project-s".
If I create a new permission scheme for project "project-s". And allow only selected people to access it (including user-1).
Will user-1 still be able to see other projects since those projects have "Any logged in user" permission for "Browse Project"?
Also, within (Project-s) project, how to allow user-1 to not see "Bug" issue type, but can see "Task", & "Story".
I am on Jira server v7.12
To build on @[deleted]
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 the access from.
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.
As an ‘old timer’ I approve this message 😀
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thank you Danny and Joseph for your responses.
Since all 34 project share default permission scheme, with "Browse project" permission to any logged on user >> I will have to create separate permission scheme for each of 34 projects. These permission schemes should be based around roles. Project admin can add remove users from the roles, so I dont have to worry about access to the projects.
Hope I am correct until here.
Once each project has its own permission scheme, I use "issue-filter add-on" to block a particular issue-type for a role. OR use "Issue Security Scheme" at individual issue level.
Does that sound like a good approach?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You need to set up project roles and create a new permission scheme that references the project role.
You could set the browse permission to a number of project roles instead of any logged in user, this will full your requirement to have user-1 only access project-S. Add user-1 to one of the project roles.
Next, you could use the issue filter addon to restrict which issue are available to each project role.
Hope this helps
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thank you for the quick response.
#1:
If I create a new permission scheme for project "project-s". And allow only selected roles to access it (including user-1).
Will user-1 still be able to see other projects since those projects have "Any logged in user" permission for "Browse Project"?
#2:
Does Issue security Scheme work at individual issue level or at Issue type level?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
you need to change the browse permission to only allow the project role, not any logged in user.
Issue security schemes work at the individual issue level but do not stop a user who has access to a project from creating all the issue types in that project. Therefore the addon would be best placed to fulfil your requirement.
Hope this helps
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.