Hi,
We are working on many project at a time, for different customers. We want to give external access to our customers, but only for a specific project. Rights and privileges seems to be fine as their projects are only visible.
But not when creating an issue, they can see others projects in the list. See below.
How can I change that?
Hi @Romain Rochat ,
you should also make sure that the 'Create issues' permission is correctly assigned (i.e. these customers do not have this permission in the project you want to hide from them).
Thanks both for your response. So basically I did it right with permission scheme. I just need now to change a litle in order to hide other projects when creating new ticket.
It means at the end that I would have to duplicate the permission scheme per "customer", and be sure to have specific customer group for "create issue" privilege.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I suggest using project roles not groups. Only one permission scheme will be needed. Project Leads can add the users to the role in their project
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Project access is controlled by the permission scheme.
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.
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.