Hello, at the moment I'm trying to create a filter which allows me to see all tasks which are in projects where I have the role Project Team. Therefor I use the filter "project in projectWhereUserHasRole (Project Team)". But if I search with this filter it also shows me projects where I don't have any role for example. I would like to know where the problem is.
Am I right, if I assume that the User which is concerned by the filter is the current User?
I'm a projectadmin User (just in case it's important)
Thank you very much for your help :)
This query will be executed based on current user role, so it will fetch all issues/project where the executor is part of the project role mentioned in query
For example
following query will return all issues in projects where you are the part of developer role
project in projectWhereUserHasRole ("Developers")
Ok so I understood how the filter should work. The problem is, if I use "Project Team" as a role, the filter also shows me issues of projects where I don't have this role. With other roles there's no problem.
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.