How can I query all items claimed/unclaimed by user which belongs to a particular group? So I want to build an API of below format List getAllTasks4Group(String group)
The reason why I want this API is I don't have know all the users which might have acquired tasks and all these tasks belong to same group.