Hello, is it possible to restrict viewing of issue A to only the "current user"? So not the asignee or the reporter, but the person loggin in? I have a project with an issue per employee and every employee is only allowed to see his own issue. But employee is never the reporter or the assignee. Help! Thanks.
Hi @Sandra Meessen,
If employee is not the reporter or assignee, you should set every employee in an issue via customfield.
So that, every employee is only allowed to see his own issue when Employee cf is set.
Thank you Tansu. It is not possible to approve a permission to the "current user" (logged in user)? With your option I have to get the username of the logged in user to the customfield Employee. That cannot be done in the workflow of the project, because the current user only views issue, but doesn't edit or transit it.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Sandra Meessen - a restriction to the current user does not makes sense in my opinion. This is no restriction, because every user gets the permission then to view the issue. You can also use the basic group "jira-users" for that.
Or have I misunderstood your question?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello Thomas, Or I didn't explain clearly! What I'm trying is: I have a project with a issue per employee, so one issue called "Sandra" and one issue called "Thomas" (and 750 more for everyone of my colleagues). If I'm logged in as user "Sandra" I can only see the issue "Sandra" and not issue "Thomas" and all the other issues of that project and if you are logged in as user "Thomas" you can only see issue "Thomas" and not issue "Sandra" and all the others. How do I get that done? If I give the group "jira-users" the "browse project" permission they can all see all the issues. Not what I need......
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I see, then @Tansu Akdeniz's answer is the right one. You can't use current-user, because this will make all of your issues visible to everybody.
You need to create a custom field and set this to the right user in every single issue. If the user will not be allowed to do this on his own, you have to do this as an admin...
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.