I want do report for proyect name "Requerimientos" and filter conditions the reporter not in member of two o three groups, but is not working antil momet .-
Could you help me?
If I understand what you want then you need to change the OR to an AND:
project = REQUERIMIENTOS AND
((reporter not in membersOf("BAR-IT")) AND (reporter not in membersOf("BAR-IT-FYO")))
... but you don't need all those brackets either:
project = REQUERIMIENTOS AND
reporter not in membersOf("BAR-IT") AND reporter not in membersOf("BAR-IT-FYO")
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.