Hi,
I'd like to run a query that lists the tickets that were created by reporters that belong to Support-US group.
that group, Support-US includes support-customer1 and support-customer2 (nested-groups is activated)
But when I do this query:
reporter in membersOf(support-US)
It returns nothing ("No issues were found to match your search")
whereas when I do :
reporter in (membersOf(support-customer1), membersOf(support-customer2))
=>I get the corresponding tickets.
Can you help me please?
Thanks
Delphine