Hi Team,
Say l've a saved filter with JQL :
project = TEST AND resolution = EMPTY
The filter is shared to user A but the user has no view issue permission for the project = TEST, does user A be able to run and see the filter output?
Thanks
DS
Hi @David S ,
User should have browse permission on the project and user should be in the security schema (if any security is applied).
You can project permission details @ https://confluence.atlassian.com/adminjiraserver/managing-project-permissions-938847145.html
Yes. User can't view the tickets of any project without having browse permission.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Be more precise, the user does not need to open or browse the issue explicitly but just run the JQL to see the count of issue.
Does that still count as browse??
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Yes - the security is simple - if someone can not see an issue, they can't use it in reports - JQL will not return an issue that the current user cannot see.
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.