how can i grant a limited access to my client to one projet ? (just their project).
Because if i create a new account, the new user can see all the project and it is a problem.
Thank you for your answer.
You need to strip out the usage of the "login" group from your permission schemes.
By default, Jira has a group called "jira users", which is used to mean "can log in". It's then used by default in the permission schemes, which is a very bad example, because by the time you realise you want to do something like this, you've got it all over the place.
Anyway, set up another group, say "actual users", and put everyone in it. Go through your permission schemes, adding "actual users" in whereever you find "jira users". Then remove "jira users" from the permissions.
Finally, remove your limited-access account from "actual users", and then add them into the project via a role or single-account access.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks!
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.